#80D1DA

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

Shades of Spray #80D1DA

Tints of Spray #80D1DA

Color information

#80D1DA (or 0x80D1DA) is unknown color: approx Spray. HEX triplet: 80, D1 and DA. RGB value is (128,209,218). Sum of RGB (Red+Green+Blue) = 128+209+218=555 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.06% from 555); Green value is 209 (82.03% from 255 or 37.66% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 218 - color contains mainly: blue. Hex color #80D1DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D1DA is #7F2E25. Grayscale: #B9B9B9. Windows color (decimal): -8334886 or 14340480. OLE color: 14340480.

HSL color Cylindrical-coordinate representation of color #80D1DA: hue angle of 186º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80D1DA is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB128209218-
CMYK0.410.0400.15
HSL186º54.88%67.84%-
HSV(B)186º41.28%85.49%-
XYZ44.3655.2574.66-
YUV185.81146.1686.77-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.06%
GREEN value IS 209 (82.03% from 255) = 37.66%
BLUE value IS 218 (85.55% from 255) = 39.28%
R=23.06%
G=37.66%
B=39.28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1282092180.410.0400.1518654.8867.84
Hex80D1DA2940Fba3744
Octal20032133251401727267104
Binary10000000110100011101101010100110001111101110101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,209,218); }

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

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

 a { background-color: rgb(128,209,218); }

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

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

 span { border-color: rgb(128,209,218); }

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