#809FEE

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

Shades of Jordy Blue #809FEE

Tints of Jordy Blue #809FEE

Color information

#809FEE (or 0x809FEE) is unknown color: approx Jordy Blue. HEX triplet: 80, 9F and EE. RGB value is (128,159,238). Sum of RGB (Red+Green+Blue) = 128+159+238=525 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.38% from 525); Green value is 159 (62.5% from 255 or 30.29% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #809FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #809FEE is #7F6011. Grayscale: #9E9E9E. Windows color (decimal): -8347666 or 15638400. OLE color: 15638400.

HSL color Cylindrical-coordinate representation of color #809FEE: hue angle of 223.09º degrees, saturation: 0.76, 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 #809FEE is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB128159238-
CMYK0.460.3300.07
HSL223.09º76.39%71.76%-
HSV(B)223.09º46.22%93.33%-
XYZ36.7335.5685.82-
YUV158.74172.73106.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.38%
GREEN value IS 159 (62.5% from 255) = 30.29%
BLUE value IS 238 (93.36% from 255) = 45.33%
R=24.38%
G=30.29%
B=45.33%

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
Decimal1281592380.460.3300.07223.0976.3971.76
Hex809FEE2E2107df4c48
Octal200237356564107337114110
Binary10000000100111111110111010111010000101111101111110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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