Shades of Spray #80CECF
Tints of Spray #80CECF
RGB
CMYK
RGB Variations
Color information
#80CECF (or 0x80CECF) is known color: Spray. HEX triplet: 80, CE and CF. RGB value is (128,206,207). Sum of RGB (Red+Green+Blue) = 128+206+207=541 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.66% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 207 - color contains mainly: blue. Hex color #80CECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CECF is #7F3130. Grayscale: #B6B6B6. Windows color (decimal): -8335665 or 13618816. OLE color: 13618816.
HSL color Cylindrical-coordinate representation of color #80CECF: hue angle of 180.76º 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 #80CECF is Cyan = 0.38, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 206 | 207 | - |
| CMYK | 0.38 | 0.00 | 0 | 0.19 |
| HSL | 180.76º | 0.45% | 0.66% | - |
| HSV(B) | 180.76º | 0.38% | 0.81% | - |
| XYZ | 42.24 | 53.24 | 67.08 | - |
| YUV | 182.79 | 141.66 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 206 | 207 | 0.38 | 0.00 | 0 | 0.19 | 180.76 | 0.45 | 0.66 |
| Hex | 80 | CE | CF | 26 | 0 | 0 | 13 | B5 | 2D | 42 |
| Octal | 200 | 316 | 317 | 46 | 0 | 0 | 23 | 265 | 55 | 102 |
| Binary | 10000000 | 11001110 | 11001111 | 100110 | 0 | 0 | 10011 | 10110101 | 101101 | 1000010 |
Color Harmonies of #80CECF
Complementary color
Monochromatic Colors of #80CECF
Black with #80CECF
Text Example
Text Example
White with #80CECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CECF; }
p { color: rgb(128,206,207); }
H1.HeaderClassName
{
color: #80CECF;
}
.AnyTagClassName
{
color: #80CECF;
}
</style>
background-color css
<style>
a { background-color: #80CECF; }
a { background-color: rgb(128,206,207); }
div.DivClassName
{
background-color: #80CECF;
}
.BgClassName
{
background-color: #80CECF;
}
</style>
border-color css
<style>
span { border-color: #80CECF; }
span { border-color: rgb(128,206,207); }
td.TdClassName
{
border-color: #80CECF;
}
.TagClassName
{
border-color: #80CECF;
}
</style>