Shades of Spray #80C8CF
Tints of Spray #80C8CF
RGB
CMYK
RGB Variations
Color information
#80C8CF (or 0x80C8CF) is known color: Spray. HEX triplet: 80, C8 and CF. RGB value is (128,200,207). Sum of RGB (Red+Green+Blue) = 128+200+207=535 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.93% from 535); Green value is 200 (78.52% from 255 or 37.38% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 207 - color contains mainly: blue. Hex color #80C8CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C8CF is #7F3730. Grayscale: #B3B3B3. Windows color (decimal): -8337201 or 13617280. OLE color: 13617280.
HSL color Cylindrical-coordinate representation of color #80C8CF: hue angle of 185.32º 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 #80C8CF is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 200 | 207 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.19 |
| HSL | 185.32º | 0.45% | 0.66% | - |
| HSV(B) | 185.32º | 0.38% | 0.81% | - |
| XYZ | 40.82 | 50.4 | 66.61 | - |
| YUV | 179.27 | 143.65 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 200 | 207 | 0.38 | 0.03 | 0 | 0.19 | 185.32 | 0.45 | 0.66 |
| Hex | 80 | C8 | CF | 26 | 3 | 0 | 13 | B9 | 2D | 42 |
| Octal | 200 | 310 | 317 | 46 | 3 | 0 | 23 | 271 | 55 | 102 |
| Binary | 10000000 | 11001000 | 11001111 | 100110 | 11 | 0 | 10011 | 10111001 | 101101 | 1000010 |
Color Harmonies of #80C8CF
Complementary color
Monochromatic Colors of #80C8CF
Black with #80C8CF
Text Example
Text Example
White with #80C8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C8CF; }
p { color: rgb(128,200,207); }
H1.HeaderClassName
{
color: #80C8CF;
}
.AnyTagClassName
{
color: #80C8CF;
}
</style>
background-color css
<style>
a { background-color: #80C8CF; }
a { background-color: rgb(128,200,207); }
div.DivClassName
{
background-color: #80C8CF;
}
.BgClassName
{
background-color: #80C8CF;
}
</style>
border-color css
<style>
span { border-color: #80C8CF; }
span { border-color: rgb(128,200,207); }
td.TdClassName
{
border-color: #80C8CF;
}
.TagClassName
{
border-color: #80C8CF;
}
</style>