Shades of Spray #80CECD
Tints of Spray #80CECD
RGB
CMYK
RGB Variations
Color information
#80CECD (or 0x80CECD) is known color: Spray. HEX triplet: 80, CE and CD. RGB value is (128,206,205). Sum of RGB (Red+Green+Blue) = 128+206+205=539 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.75% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 206 - color contains mainly: green. Hex color #80CECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CECD is #7F3132. Grayscale: #B6B6B6. Windows color (decimal): -8335667 or 13487744. OLE color: 13487744.
HSL color Cylindrical-coordinate representation of color #80CECD: hue angle of 179.23º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80CECD is Cyan = 0.38, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 206 | 205 | - |
| CMYK | 0.38 | 0 | 0.00 | 0.19 |
| HSL | 179.23º | 0.44% | 0.65% | - |
| HSV(B) | 179.23º | 0.38% | 0.81% | - |
| XYZ | 41.99 | 53.14 | 65.8 | - |
| YUV | 182.56 | 140.66 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 206 | 205 | 0.38 | 0 | 0.00 | 0.19 | 179.23 | 0.44 | 0.65 |
| Hex | 80 | CE | CD | 26 | 0 | 0 | 13 | B3 | 2C | 41 |
| Octal | 200 | 316 | 315 | 46 | 0 | 0 | 23 | 263 | 54 | 101 |
| Binary | 10000000 | 11001110 | 11001101 | 100110 | 0 | 0 | 10011 | 10110011 | 101100 | 1000001 |
Color Harmonies of #80CECD
Complementary color
Monochromatic Colors of #80CECD
Black with #80CECD
Text Example
Text Example
White with #80CECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CECD; }
p { color: rgb(128,206,205); }
H1.HeaderClassName
{
color: #80CECD;
}
.AnyTagClassName
{
color: #80CECD;
}
</style>
background-color css
<style>
a { background-color: #80CECD; }
a { background-color: rgb(128,206,205); }
div.DivClassName
{
background-color: #80CECD;
}
.BgClassName
{
background-color: #80CECD;
}
</style>
border-color css
<style>
span { border-color: #80CECD; }
span { border-color: rgb(128,206,205); }
td.TdClassName
{
border-color: #80CECD;
}
.TagClassName
{
border-color: #80CECD;
}
</style>