#80D2DB

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

Shades of Spray #80D2DB

Tints of Spray #80D2DB

Color information

#80D2DB (or 0x80D2DB) is unknown color: approx Spray. HEX triplet: 80, D2 and DB. RGB value is (128,210,219). Sum of RGB (Red+Green+Blue) = 128+210+219=557 (73% of max value = 765). Red value is 128 (50.39% from 255 or 22.98% from 557); Green value is 210 (82.42% from 255 or 37.70% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #80D2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D2DB is #7F2D24. Grayscale: #BABABA. Windows color (decimal): -8334629 or 14406272. OLE color: 14406272.

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

Color convert

RGB128210219-
CMYK0.420.0400.14
HSL185.93º55.83%68.04%-
HSV(B)185.93º41.55%85.88%-
XYZ44.7355.875.43-
YUV186.51146.3386.27-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.98%
GREEN value IS 210 (82.42% from 255) = 37.70%
BLUE value IS 219 (85.94% from 255) = 39.32%
R=22.98%
G=37.70%
B=39.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1282102190.420.0400.14185.9355.8368.04
Hex80D2DB2A40Eba3844
Octal20032233352401627270104
Binary10000000110100101101101110101010001110101110101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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