#809EE6

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

Shades of Jordy Blue #809EE6

Tints of Jordy Blue #809EE6

Color information

#809EE6 (or 0x809EE6) is unknown color: approx Jordy Blue. HEX triplet: 80, 9E and E6. RGB value is (128,158,230). Sum of RGB (Red+Green+Blue) = 128+158+230=516 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.81% from 516); Green value is 158 (62.11% from 255 or 30.62% from 516); Blue value is 230 (90.23% from 255 or 44.57% from 516); Max value from RGB is 230 - color contains mainly: blue. Hex color #809EE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #809EE6 is #7F6119. Grayscale: #9C9C9C. Windows color (decimal): -8347930 or 15113856. OLE color: 15113856.

HSL color Cylindrical-coordinate representation of color #809EE6: hue angle of 222.35º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #809EE6 is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB128158230-
CMYK0.440.3100.10
HSL222.35º67.11%70.2%-
HSV(B)222.35º44.35%90.2%-
XYZ35.4134.7679.71-
YUV157.24169.06107.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.81%
GREEN value IS 158 (62.11% from 255) = 30.62%
BLUE value IS 230 (90.23% from 255) = 44.57%
R=24.81%
G=30.62%
B=44.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1281582300.440.3100.10222.3567.1170.2
Hex809EE62C1F0Ade4346
Octal2002363465437012336103106
Binary10000000100111101110011010110011111010101101111010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809EE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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