#80B2DB

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

Shades of Jordy Blue #80B2DB

Tints of Jordy Blue #80B2DB

Color information

#80B2DB (or 0x80B2DB) is unknown color: approx Jordy Blue. HEX triplet: 80, B2 and DB. RGB value is (128,178,219). Sum of RGB (Red+Green+Blue) = 128+178+219=525 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.38% from 525); Green value is 178 (69.92% from 255 or 33.90% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #80B2DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80B2DB is #7F4D24. Grayscale: #A7A7A7. Windows color (decimal): -8342821 or 14398080. OLE color: 14398080.

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

Color convert

RGB128178219-
CMYK0.420.1900.14
HSL207.03º55.83%68.04%-
HSV(B)207.03º41.55%85.88%-
XYZ37.6141.5473.05-
YUV167.72156.9499.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.38%
GREEN value IS 178 (69.92% from 255) = 33.90%
BLUE value IS 219 (85.94% from 255) = 41.71%
R=24.38%
G=33.90%
B=41.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1281782190.420.1900.14207.0355.8368.04
Hex80B2DB2A130Ecf3844
Octal200262333522301631770104
Binary1000000010110010110110111010101001101110110011111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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