#80D0DE

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

Shades of Spray #80D0DE

Tints of Spray #80D0DE

Color information

#80D0DE (or 0x80D0DE) is unknown color: approx Spray. HEX triplet: 80, D0 and DE. RGB value is (128,208,222). Sum of RGB (Red+Green+Blue) = 128+208+222=558 (73% of max value = 765). Red value is 128 (50.39% from 255 or 22.94% from 558); Green value is 208 (81.64% from 255 or 37.28% from 558); Blue value is 222 (87.11% from 255 or 39.78% from 558); Max value from RGB is 222 - color contains mainly: blue. Hex color #80D0DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D0DE is #7F2F21. Grayscale: #B9B9B9. Windows color (decimal): -8335138 or 14602368. OLE color: 14602368.

HSL color Cylindrical-coordinate representation of color #80D0DE: hue angle of 188.94º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80D0DE is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB128208222-
CMYK0.420.0600.13
HSL188.94º58.75%68.63%-
HSV(B)188.94º42.34%87.06%-
XYZ44.6454.9777.37-
YUV185.68148.586.86-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.94%
GREEN value IS 208 (81.64% from 255) = 37.28%
BLUE value IS 222 (87.11% from 255) = 39.78%
R=22.94%
G=37.28%
B=39.78%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282082220.420.0600.13188.9458.7568.63
Hex80D0DE2A60Dbd3b45
Octal20032033652601527573105
Binary10000000110100001101111010101011001101101111011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,208,222); }

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

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

 a { background-color: rgb(128,208,222); }

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

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

 span { border-color: rgb(128,208,222); }

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