#809EED

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

Shades of Jordy Blue #809EED

Tints of Jordy Blue #809EED

Color information

#809EED (or 0x809EED) is unknown color: approx Jordy Blue. HEX triplet: 80, 9E and ED. RGB value is (128,158,237). Sum of RGB (Red+Green+Blue) = 128+158+237=523 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.47% from 523); Green value is 158 (62.11% from 255 or 30.21% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #809EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #809EED is #7F6112. Grayscale: #9D9D9D. Windows color (decimal): -8347923 or 15572608. OLE color: 15572608.

HSL color Cylindrical-coordinate representation of color #809EED: hue angle of 223.49º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #809EED is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB128158237-
CMYK0.460.3300.07
HSL223.49º75.17%71.57%-
HSV(B)223.49º45.99%92.94%-
XYZ36.4235.1684.99-
YUV158.04172.56106.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.47%
GREEN value IS 158 (62.11% from 255) = 30.21%
BLUE value IS 237 (92.97% from 255) = 45.32%
R=24.47%
G=30.21%
B=45.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1281582370.460.3300.07223.4975.1771.57
Hex809EED2E2107df4b48
Octal200236355564107337113110
Binary10000000100111101110110110111010000101111101111110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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