Shades of Spray #80DCDB
Tints of Spray #80DCDB
RGB
CMYK
RGB Variations
Color information
#80DCDB (or 0x80DCDB) is known color: Spray. HEX triplet: 80, DC and DB. RGB value is (128,220,219). Sum of RGB (Red+Green+Blue) = 128+220+219=567 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.57% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 220 - color contains mainly: green. Hex color #80DCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DCDB is #7F2324. Grayscale: #C0C0C0. Windows color (decimal): -8332069 or 14408832. OLE color: 14408832.
HSL color Cylindrical-coordinate representation of color #80DCDB: hue angle of 179.35º degrees, saturation: 0.57, 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 #80DCDB is Cyan = 0.42, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 220 | 219 | - |
| CMYK | 0.42 | 0 | 0.00 | 0.14 |
| HSL | 179.35º | 0.57% | 0.68% | - |
| HSV(B) | 179.35º | 0.42% | 0.86% | - |
| XYZ | 47.28 | 60.89 | 76.28 | - |
| YUV | 192.38 | 143.02 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 220 | 219 | 0.42 | 0 | 0.00 | 0.14 | 179.35 | 0.57 | 0.68 |
| Hex | 80 | DC | DB | 2A | 0 | 0 | E | B3 | 39 | 44 |
| Octal | 200 | 334 | 333 | 52 | 0 | 0 | 16 | 263 | 71 | 104 |
| Binary | 10000000 | 11011100 | 11011011 | 101010 | 0 | 0 | 1110 | 10110011 | 111001 | 1000100 |
Color Harmonies of #80DCDB
Complementary color
Monochromatic Colors of #80DCDB
Black with #80DCDB
Text Example
Text Example
White with #80DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DCDB; }
p { color: rgb(128,220,219); }
H1.HeaderClassName
{
color: #80DCDB;
}
.AnyTagClassName
{
color: #80DCDB;
}
</style>
background-color css
<style>
a { background-color: #80DCDB; }
a { background-color: rgb(128,220,219); }
div.DivClassName
{
background-color: #80DCDB;
}
.BgClassName
{
background-color: #80DCDB;
}
</style>
border-color css
<style>
span { border-color: #80DCDB; }
span { border-color: rgb(128,220,219); }
td.TdClassName
{
border-color: #80DCDB;
}
.TagClassName
{
border-color: #80DCDB;
}
</style>