#80D2DC

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

Shades of Spray #80D2DC

Tints of Spray #80D2DC

Color information

#80D2DC (or 0x80D2DC) is unknown color: approx Spray. HEX triplet: 80, D2 and DC. RGB value is (128,210,220). Sum of RGB (Red+Green+Blue) = 128+210+220=558 (73% of max value = 765). Red value is 128 (50.39% from 255 or 22.94% from 558); Green value is 210 (82.42% from 255 or 37.63% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #80D2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D2DC is #7F2D23. Grayscale: #BABABA. Windows color (decimal): -8334628 or 14471808. OLE color: 14471808.

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

Color convert

RGB128210220-
CMYK0.420.0500.14
HSL186.52º56.79%68.24%-
HSV(B)186.52º41.82%86.27%-
XYZ44.8755.8576.13-
YUV186.62146.8386.19-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.94%
GREEN value IS 210 (82.42% from 255) = 37.63%
BLUE value IS 220 (86.33% from 255) = 39.43%
R=22.94%
G=37.63%
B=39.43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1282102200.420.0500.14186.5256.7968.24
Hex80D2DC2A50Ebb3944
Octal20032233452501627371104
Binary10000000110100101101110010101010101110101110111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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