Shades of Spray #80D0DB
Tints of Spray #80D0DB
RGB
CMYK
RGB Variations
Color information
#80D0DB (or 0x80D0DB) is known color: Spray. HEX triplet: 80, D0 and DB. RGB value is (128,208,219). Sum of RGB (Red+Green+Blue) = 128+208+219=555 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.06% from 555); Green value is 208 (81.64% from 255 or 37.48% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #80D0DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D0DB is #7F2F24. Grayscale: #B9B9B9. Windows color (decimal): -8335141 or 14405760. OLE color: 14405760.
HSL color Cylindrical-coordinate representation of color #80D0DB: hue angle of 187.25º degrees, saturation: 0.56, 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 #80D0DB is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 208 | 219 | - |
| CMYK | 0.42 | 0.05 | 0 | 0.14 |
| HSL | 187.25º | 0.56% | 0.68% | - |
| HSV(B) | 187.25º | 0.42% | 0.86% | - |
| XYZ | 44.24 | 54.82 | 75.27 | - |
| YUV | 185.33 | 147 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 208 | 219 | 0.42 | 0.05 | 0 | 0.14 | 187.25 | 0.56 | 0.68 |
| Hex | 80 | D0 | DB | 2A | 5 | 0 | E | BB | 38 | 44 |
| Octal | 200 | 320 | 333 | 52 | 5 | 0 | 16 | 273 | 70 | 104 |
| Binary | 10000000 | 11010000 | 11011011 | 101010 | 101 | 0 | 1110 | 10111011 | 111000 | 1000100 |
Color Harmonies of #80D0DB
Complementary color
Monochromatic Colors of #80D0DB
Black with #80D0DB
Text Example
Text Example
White with #80D0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D0DB; }
p { color: rgb(128,208,219); }
H1.HeaderClassName
{
color: #80D0DB;
}
.AnyTagClassName
{
color: #80D0DB;
}
</style>
background-color css
<style>
a { background-color: #80D0DB; }
a { background-color: rgb(128,208,219); }
div.DivClassName
{
background-color: #80D0DB;
}
.BgClassName
{
background-color: #80D0DB;
}
</style>
border-color css
<style>
span { border-color: #80D0DB; }
span { border-color: rgb(128,208,219); }
td.TdClassName
{
border-color: #80D0DB;
}
.TagClassName
{
border-color: #80D0DB;
}
</style>