Shades of Spray #80DEDB
Tints of Spray #80DEDB
RGB
CMYK
RGB Variations
Color information
#80DEDB (or 0x80DEDB) is known color: 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
| RGB | 128 | 222 | 219 | - |
| CMYK | 0.42 | 0 | 0.01 | 0.13 |
| HSL | 178.09º | 0.59% | 0.69% | - |
| HSV(B) | 178.09º | 0.42% | 0.87% | - |
| XYZ | 47.81 | 61.95 | 76.45 | - |
| YUV | 193.55 | 142.36 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 222 | 219 | 0.42 | 0 | 0.01 | 0.13 | 178.09 | 0.59 | 0.69 |
| Hex | 80 | DE | DB | 2A | 0 | 1 | D | B2 | 3B | 45 |
| Octal | 200 | 336 | 333 | 52 | 0 | 1 | 15 | 262 | 73 | 105 |
| Binary | 10000000 | 11011110 | 11011011 | 101010 | 0 | 1 | 1101 | 10110010 | 111011 | 1000101 |
Color Harmonies of #80DEDB
Complementary color
Monochromatic Colors of #80DEDB
Black with #80DEDB
Text Example
Text Example
White with #80DEDB
Text Example
Text Example
HTML Codes & Css Web 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>