Shades of Spray #80DEDD
Tints of Spray #80DEDD
RGB
CMYK
RGB Variations
Color information
#80DEDD (or 0x80DEDD) is known color: Spray. HEX triplet: 80, DE and DD. RGB value is (128,222,221). Sum of RGB (Red+Green+Blue) = 128+222+221=571 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.42% from 571); Green value is 222 (87.11% from 255 or 38.88% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 222 - color contains mainly: green. Hex color #80DEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DEDD is #7F2122. Grayscale: #C1C1C1. Windows color (decimal): -8331555 or 14540416. OLE color: 14540416.
HSL color Cylindrical-coordinate representation of color #80DEDD: hue angle of 179.36º 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 #80DEDD is Cyan = 0.42, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 222 | 221 | - |
| CMYK | 0.42 | 0 | 0.00 | 0.13 |
| HSL | 179.36º | 0.59% | 0.69% | - |
| HSV(B) | 179.36º | 0.42% | 0.87% | - |
| XYZ | 48.07 | 62.05 | 77.85 | - |
| YUV | 193.78 | 143.36 | 81.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 222 | 221 | 0.42 | 0 | 0.00 | 0.13 | 179.36 | 0.59 | 0.69 |
| Hex | 80 | DE | DD | 2A | 0 | 0 | D | B3 | 3B | 45 |
| Octal | 200 | 336 | 335 | 52 | 0 | 0 | 15 | 263 | 73 | 105 |
| Binary | 10000000 | 11011110 | 11011101 | 101010 | 0 | 0 | 1101 | 10110011 | 111011 | 1000101 |
Color Harmonies of #80DEDD
Complementary color
Monochromatic Colors of #80DEDD
Black with #80DEDD
Text Example
Text Example
White with #80DEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DEDD; }
p { color: rgb(128,222,221); }
H1.HeaderClassName
{
color: #80DEDD;
}
.AnyTagClassName
{
color: #80DEDD;
}
</style>
background-color css
<style>
a { background-color: #80DEDD; }
a { background-color: rgb(128,222,221); }
div.DivClassName
{
background-color: #80DEDD;
}
.BgClassName
{
background-color: #80DEDD;
}
</style>
border-color css
<style>
span { border-color: #80DEDD; }
span { border-color: rgb(128,222,221); }
td.TdClassName
{
border-color: #80DEDD;
}
.TagClassName
{
border-color: #80DEDD;
}
</style>