Shades of Spray #80C6CF
Tints of Spray #80C6CF
RGB
CMYK
RGB Variations
Color information
#80C6CF (or 0x80C6CF) is known color: Spray. HEX triplet: 80, C6 and CF. RGB value is (128,198,207). Sum of RGB (Red+Green+Blue) = 128+198+207=533 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.02% from 533); Green value is 198 (77.73% from 255 or 37.15% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 207 - color contains mainly: blue. Hex color #80C6CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C6CF is #7F3930. Grayscale: #B1B1B1. Windows color (decimal): -8337713 or 13616768. OLE color: 13616768.
HSL color Cylindrical-coordinate representation of color #80C6CF: hue angle of 186.84º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80C6CF is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 198 | 207 | - |
| CMYK | 0.38 | 0.04 | 0 | 0.19 |
| HSL | 186.84º | 0.45% | 0.66% | - |
| HSV(B) | 186.84º | 0.38% | 0.81% | - |
| XYZ | 40.36 | 49.48 | 66.46 | - |
| YUV | 178.1 | 144.31 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 198 | 207 | 0.38 | 0.04 | 0 | 0.19 | 186.84 | 0.45 | 0.66 |
| Hex | 80 | C6 | CF | 26 | 4 | 0 | 13 | BB | 2D | 42 |
| Octal | 200 | 306 | 317 | 46 | 4 | 0 | 23 | 273 | 55 | 102 |
| Binary | 10000000 | 11000110 | 11001111 | 100110 | 100 | 0 | 10011 | 10111011 | 101101 | 1000010 |
Color Harmonies of #80C6CF
Complementary color
Monochromatic Colors of #80C6CF
Black with #80C6CF
Text Example
Text Example
White with #80C6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C6CF; }
p { color: rgb(128,198,207); }
H1.HeaderClassName
{
color: #80C6CF;
}
.AnyTagClassName
{
color: #80C6CF;
}
</style>
background-color css
<style>
a { background-color: #80C6CF; }
a { background-color: rgb(128,198,207); }
div.DivClassName
{
background-color: #80C6CF;
}
.BgClassName
{
background-color: #80C6CF;
}
</style>
border-color css
<style>
span { border-color: #80C6CF; }
span { border-color: rgb(128,198,207); }
td.TdClassName
{
border-color: #80C6CF;
}
.TagClassName
{
border-color: #80C6CF;
}
</style>