#809EDE

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

Shades of Jordy Blue #809EDE

Tints of Jordy Blue #809EDE

Color information

#809EDE (or 0x809EDE) is unknown color: approx Jordy Blue. HEX triplet: 80, 9E and DE. RGB value is (128,158,222). Sum of RGB (Red+Green+Blue) = 128+158+222=508 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.20% from 508); Green value is 158 (62.11% from 255 or 31.10% from 508); Blue value is 222 (87.11% from 255 or 43.70% from 508); Max value from RGB is 222 - color contains mainly: blue. Hex color #809EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809EDE is #7F6121. Grayscale: #9C9C9C. Windows color (decimal): -8347938 or 14589568. OLE color: 14589568.

HSL color Cylindrical-coordinate representation of color #809EDE: hue angle of 220.85º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #809EDE is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB128158222-
CMYK0.420.2900.13
HSL220.85º58.75%68.63%-
HSV(B)220.85º42.34%87.06%-
XYZ34.3134.3273.92-
YUV156.33165.06107.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.20%
GREEN value IS 158 (62.11% from 255) = 31.10%
BLUE value IS 222 (87.11% from 255) = 43.70%
R=25.20%
G=31.10%
B=43.70%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1281582220.420.2900.13220.8558.7568.63
Hex809EDE2A1D0Ddd3b45
Octal200236336523501533573105
Binary1000000010011110110111101010101110101101110111011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809EDE; }

 p { color: rgb(128,158,222); }

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

<style>
 a { background-color: #809EDE; }

 a { background-color: rgb(128,158,222); }

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

<style>
 span { border-color: #809EDE; }

 span { border-color: rgb(128,158,222); }

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