Shades of Spray #80C5CF
Tints of Spray #80C5CF
RGB
CMYK
RGB Variations
Color information
#80C5CF (or 0x80C5CF) is known color: Spray. HEX triplet: 80, C5 and CF. RGB value is (128,197,207). Sum of RGB (Red+Green+Blue) = 128+197+207=532 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.06% from 532); Green value is 197 (77.34% from 255 or 37.03% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 207 - color contains mainly: blue. Hex color #80C5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C5CF is #7F3A30. Grayscale: #B1B1B1. Windows color (decimal): -8337969 or 13616512. OLE color: 13616512.
HSL color Cylindrical-coordinate representation of color #80C5CF: hue angle of 187.59º 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 #80C5CF is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 197 | 207 | - |
| CMYK | 0.38 | 0.05 | 0 | 0.19 |
| HSL | 187.59º | 0.45% | 0.66% | - |
| HSV(B) | 187.59º | 0.38% | 0.81% | - |
| XYZ | 40.13 | 49.03 | 66.38 | - |
| YUV | 177.51 | 144.64 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 197 | 207 | 0.38 | 0.05 | 0 | 0.19 | 187.59 | 0.45 | 0.66 |
| Hex | 80 | C5 | CF | 26 | 5 | 0 | 13 | BC | 2D | 42 |
| Octal | 200 | 305 | 317 | 46 | 5 | 0 | 23 | 274 | 55 | 102 |
| Binary | 10000000 | 11000101 | 11001111 | 100110 | 101 | 0 | 10011 | 10111100 | 101101 | 1000010 |
Color Harmonies of #80C5CF
Complementary color
Monochromatic Colors of #80C5CF
Black with #80C5CF
Text Example
Text Example
White with #80C5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C5CF; }
p { color: rgb(128,197,207); }
H1.HeaderClassName
{
color: #80C5CF;
}
.AnyTagClassName
{
color: #80C5CF;
}
</style>
background-color css
<style>
a { background-color: #80C5CF; }
a { background-color: rgb(128,197,207); }
div.DivClassName
{
background-color: #80C5CF;
}
.BgClassName
{
background-color: #80C5CF;
}
</style>
border-color css
<style>
span { border-color: #80C5CF; }
span { border-color: rgb(128,197,207); }
td.TdClassName
{
border-color: #80C5CF;
}
.TagClassName
{
border-color: #80C5CF;
}
</style>