#80DEDB

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

Shades of Spray #80DEDB

Tints of Spray #80DEDB

Color information

#80DEDB (or 0x80DEDB) is unknown color: approx Spray. HEX triplet: 80, DE and DB. RGB value is (128,222,219). Sum of RGB (Red+Green+Blue) = 128+222+219=569 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.50% from 569); Green value is 222 (87.11% from 255 or 39.02% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 222 - color contains mainly: green. Hex color #80DEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DEDB is #7F2124. Grayscale: #C1C1C1. Windows color (decimal): -8331557 or 14409344. OLE color: 14409344.

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

Color convert

RGB128222219-
CMYK0.4200.010.13
HSL178.09º58.75%68.63%-
HSV(B)178.09º42.34%87.06%-
XYZ47.8161.9576.45-
YUV193.55142.3681.24-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.50%
GREEN value IS 222 (87.11% from 255) = 39.02%
BLUE value IS 219 (85.94% from 255) = 38.49%
R=22.50%
G=39.02%
B=38.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282222190.4200.010.13178.0958.7568.63
Hex80DEDB2A01Db23b45
Octal20033633352011526273105
Binary100000001101111011011011101010011101101100101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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