Shades of Spray #80C8CE
Tints of Spray #80C8CE
RGB
CMYK
RGB Variations
Color information
#80C8CE (or 0x80C8CE) is known color: Spray. HEX triplet: 80, C8 and CE. RGB value is (128,200,206). Sum of RGB (Red+Green+Blue) = 128+200+206=534 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.97% from 534); Green value is 200 (78.52% from 255 or 37.45% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 206 - color contains mainly: blue. Hex color #80C8CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C8CE is #7F3731. Grayscale: #B3B3B3. Windows color (decimal): -8337202 or 13551744. OLE color: 13551744.
HSL color Cylindrical-coordinate representation of color #80C8CE: hue angle of 184.62º 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 #80C8CE is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 200 | 206 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.19 |
| HSL | 184.62º | 0.44% | 0.65% | - |
| HSV(B) | 184.62º | 0.38% | 0.81% | - |
| XYZ | 40.7 | 50.35 | 65.97 | - |
| YUV | 179.16 | 143.15 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 200 | 206 | 0.38 | 0.03 | 0 | 0.19 | 184.62 | 0.44 | 0.65 |
| Hex | 80 | C8 | CE | 26 | 3 | 0 | 13 | B9 | 2C | 41 |
| Octal | 200 | 310 | 316 | 46 | 3 | 0 | 23 | 271 | 54 | 101 |
| Binary | 10000000 | 11001000 | 11001110 | 100110 | 11 | 0 | 10011 | 10111001 | 101100 | 1000001 |
Color Harmonies of #80C8CE
Complementary color
Monochromatic Colors of #80C8CE
Black with #80C8CE
Text Example
Text Example
White with #80C8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C8CE; }
p { color: rgb(128,200,206); }
H1.HeaderClassName
{
color: #80C8CE;
}
.AnyTagClassName
{
color: #80C8CE;
}
</style>
background-color css
<style>
a { background-color: #80C8CE; }
a { background-color: rgb(128,200,206); }
div.DivClassName
{
background-color: #80C8CE;
}
.BgClassName
{
background-color: #80C8CE;
}
</style>
border-color css
<style>
span { border-color: #80C8CE; }
span { border-color: rgb(128,200,206); }
td.TdClassName
{
border-color: #80C8CE;
}
.TagClassName
{
border-color: #80C8CE;
}
</style>