#8DB7DC

Color #8DB7DC Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #8DB7DC

Tints of Jordy Blue #8DB7DC

Color information

#8DB7DC (or 0x8DB7DC) is unknown color: approx Jordy Blue. HEX triplet: 8D, B7 and DC. RGB value is (141,183,220). Sum of RGB (Red+Green+Blue) = 141+183+220=544 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.92% from 544); Green value is 183 (71.88% from 255 or 33.64% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #8DB7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB7DC is #724823. Grayscale: #AEAEAE. Windows color (decimal): -7489572 or 14464909. OLE color: 14464909.

HSL color Cylindrical-coordinate representation of color #8DB7DC: hue angle of 208.1º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DB7DC is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB141183220-
CMYK0.360.1700.14
HSL208.1º53.02%70.78%-
HSV(B)208.1º35.91%86.27%-
XYZ40.8444.774.19-
YUV174.66153.59103.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 141 (55.47% from 255) = 25.92%
GREEN value IS 183 (71.88% from 255) = 33.64%
BLUE value IS 220 (86.33% from 255) = 40.44%
R=25.92%
G=33.64%
B=40.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1411832200.360.1700.14208.153.0270.78
Hex8DB7DC24110Ed03547
Octal215267334442101632065107
Binary1000110110110111110111001001001000101110110100001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DB7DC; }

 p { color: rgb(141,183,220); }

 H1.HeaderClassName
 {
   color: #8DB7DC;
 }
 .AnyTagClassName
 {
   color: #8DB7DC;
 }
</style>
background-color css

<style>
 a { background-color: #8DB7DC; }

 a { background-color: rgb(141,183,220); }

 div.DivClassName
 {
   background-color: #8DB7DC;
 }
 .BgClassName
 {
   background-color: #8DB7DC;
 }
</style>
border-color css

<style>
 span { border-color: #8DB7DC; }

 span { border-color: rgb(141,183,220); }

 td.TdClassName
 {
   border-color: #8DB7DC;
 }
 .TagClassName
 {
   border-color: #8DB7DC;
 }
</style>