#80B5DB

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

Shades of Jordy Blue #80B5DB

Tints of Jordy Blue #80B5DB

Color information

#80B5DB (or 0x80B5DB) is unknown color: approx Jordy Blue. HEX triplet: 80, B5 and DB. RGB value is (128,181,219). Sum of RGB (Red+Green+Blue) = 128+181+219=528 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.24% from 528); Green value is 181 (71.09% from 255 or 34.28% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #80B5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80B5DB is #7F4A24. Grayscale: #A9A9A9. Windows color (decimal): -8342053 or 14398848. OLE color: 14398848.

HSL color Cylindrical-coordinate representation of color #80B5DB: hue angle of 205.05º degrees, saturation: 0.56, 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 #80B5DB is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB128181219-
CMYK0.420.1700.14
HSL205.05º55.83%68.04%-
HSV(B)205.05º41.55%85.88%-
XYZ38.2142.7573.26-
YUV169.48155.9498.41-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.24%
GREEN value IS 181 (71.09% from 255) = 34.28%
BLUE value IS 219 (85.94% from 255) = 41.48%
R=24.24%
G=34.28%
B=41.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1281812190.420.1700.14205.0555.8368.04
Hex80B5DB2A110Ecd3844
Octal200265333522101631570104
Binary1000000010110101110110111010101000101110110011011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80B5DB; }

 p { color: rgb(128,181,219); }

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

<style>
 a { background-color: #80B5DB; }

 a { background-color: rgb(128,181,219); }

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

<style>
 span { border-color: #80B5DB; }

 span { border-color: rgb(128,181,219); }

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