#809EDC

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

Shades of Jordy Blue #809EDC

Tints of Jordy Blue #809EDC

Color information

#809EDC (or 0x809EDC) is unknown color: approx Jordy Blue. HEX triplet: 80, 9E and DC. RGB value is (128,158,220). Sum of RGB (Red+Green+Blue) = 128+158+220=506 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.30% from 506); Green value is 158 (62.11% from 255 or 31.23% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #809EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809EDC is #7F6123. Grayscale: #9B9B9B. Windows color (decimal): -8347940 or 14458496. OLE color: 14458496.

HSL color Cylindrical-coordinate representation of color #809EDC: hue angle of 220.43º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #809EDC is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB128158220-
CMYK0.420.2800.14
HSL220.43º56.79%68.24%-
HSV(B)220.43º41.82%86.27%-
XYZ34.0534.2172.52-
YUV156.1164.06107.96-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.30%
GREEN value IS 158 (62.11% from 255) = 31.23%
BLUE value IS 220 (86.33% from 255) = 43.48%
R=25.30%
G=31.23%
B=43.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1281582200.420.2800.14220.4356.7968.24
Hex809EDC2A1C0Edc3944
Octal200236334523401633471104
Binary1000000010011110110111001010101110001110110111001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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