Shades of Spray #80C7CE
Tints of Spray #80C7CE
RGB
CMYK
RGB Variations
Color information
#80C7CE (or 0x80C7CE) is known color: Spray. HEX triplet: 80, C7 and CE. RGB value is (128,199,206). Sum of RGB (Red+Green+Blue) = 128+199+206=533 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.02% from 533); Green value is 199 (78.12% from 255 or 37.34% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: blue. Hex color #80C7CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C7CE is #7F3831. Grayscale: #B2B2B2. Windows color (decimal): -8337458 or 13551488. OLE color: 13551488.
HSL color Cylindrical-coordinate representation of color #80C7CE: hue angle of 185.38º 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 #80C7CE is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 199 | 206 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.19 |
| HSL | 185.38º | 0.44% | 0.65% | - |
| HSV(B) | 185.38º | 0.38% | 0.81% | - |
| XYZ | 40.47 | 49.89 | 65.89 | - |
| YUV | 178.57 | 143.48 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 199 | 206 | 0.38 | 0.03 | 0 | 0.19 | 185.38 | 0.44 | 0.65 |
| Hex | 80 | C7 | CE | 26 | 3 | 0 | 13 | B9 | 2C | 41 |
| Octal | 200 | 307 | 316 | 46 | 3 | 0 | 23 | 271 | 54 | 101 |
| Binary | 10000000 | 11000111 | 11001110 | 100110 | 11 | 0 | 10011 | 10111001 | 101100 | 1000001 |
Color Harmonies of #80C7CE
Complementary color
Monochromatic Colors of #80C7CE
Black with #80C7CE
Text Example
Text Example
White with #80C7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C7CE; }
p { color: rgb(128,199,206); }
H1.HeaderClassName
{
color: #80C7CE;
}
.AnyTagClassName
{
color: #80C7CE;
}
</style>
background-color css
<style>
a { background-color: #80C7CE; }
a { background-color: rgb(128,199,206); }
div.DivClassName
{
background-color: #80C7CE;
}
.BgClassName
{
background-color: #80C7CE;
}
</style>
border-color css
<style>
span { border-color: #80C7CE; }
span { border-color: rgb(128,199,206); }
td.TdClassName
{
border-color: #80C7CE;
}
.TagClassName
{
border-color: #80C7CE;
}
</style>