#809FDE

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

Shades of Jordy Blue #809FDE

Tints of Jordy Blue #809FDE

Color information

#809FDE (or 0x809FDE) is unknown color: approx Jordy Blue. HEX triplet: 80, 9F and DE. RGB value is (128,159,222). Sum of RGB (Red+Green+Blue) = 128+159+222=509 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.15% from 509); Green value is 159 (62.5% from 255 or 31.24% from 509); Blue value is 222 (87.11% from 255 or 43.61% from 509); Max value from RGB is 222 - color contains mainly: blue. Hex color #809FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809FDE is #7F6021. Grayscale: #9C9C9C. Windows color (decimal): -8347682 or 14589824. OLE color: 14589824.

HSL color Cylindrical-coordinate representation of color #809FDE: hue angle of 220.21º 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 #809FDE is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB128159222-
CMYK0.420.2800.13
HSL220.21º58.75%68.63%-
HSV(B)220.21º42.34%87.06%-
XYZ34.4934.6673.98-
YUV156.91164.73107.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.15%
GREEN value IS 159 (62.5% from 255) = 31.24%
BLUE value IS 222 (87.11% from 255) = 43.61%
R=25.15%
G=31.24%
B=43.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1281592220.420.2800.13220.2158.7568.63
Hex809FDE2A1C0Ddc3b45
Octal200237336523401533473105
Binary1000000010011111110111101010101110001101110111001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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