Shades of Spray #7FC6CE
Tints of Spray #7FC6CE
RGB
CMYK
RGB Variations
Color information
#7FC6CE (or 0x7FC6CE) is known color: Spray. HEX triplet: 7F, C6 and CE. RGB value is (127,198,206). Sum of RGB (Red+Green+Blue) = 127+198+206=531 (70% of max value = 765). Red value is 127 (50% from 255 or 23.92% from 531); Green value is 198 (77.73% from 255 or 37.29% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 206 - color contains mainly: blue. Hex color #7FC6CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC6CE is #803931. Grayscale: #B1B1B1. Windows color (decimal): -8403250 or 13551231. OLE color: 13551231.
HSL color Cylindrical-coordinate representation of color #7FC6CE: hue angle of 186.08º degrees, saturation: 0.45, 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 #7FC6CE is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 198 | 206 | - |
| CMYK | 0.38 | 0.04 | 0 | 0.19 |
| HSL | 186.08º | 0.45% | 0.65% | - |
| HSV(B) | 186.08º | 0.38% | 0.81% | - |
| XYZ | 40.09 | 49.36 | 65.81 | - |
| YUV | 177.68 | 143.98 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 198 | 206 | 0.38 | 0.04 | 0 | 0.19 | 186.08 | 0.45 | 0.65 |
| Hex | 7F | C6 | CE | 26 | 4 | 0 | 13 | BA | 2D | 41 |
| Octal | 177 | 306 | 316 | 46 | 4 | 0 | 23 | 272 | 55 | 101 |
| Binary | 1111111 | 11000110 | 11001110 | 100110 | 100 | 0 | 10011 | 10111010 | 101101 | 1000001 |
Color Harmonies of #7FC6CE
Complementary color
Monochromatic Colors of #7FC6CE
Black with #7FC6CE
Text Example
Text Example
White with #7FC6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC6CE; }
p { color: rgb(127,198,206); }
H1.HeaderClassName
{
color: #7FC6CE;
}
.AnyTagClassName
{
color: #7FC6CE;
}
</style>
background-color css
<style>
a { background-color: #7FC6CE; }
a { background-color: rgb(127,198,206); }
div.DivClassName
{
background-color: #7FC6CE;
}
.BgClassName
{
background-color: #7FC6CE;
}
</style>
border-color css
<style>
span { border-color: #7FC6CE; }
span { border-color: rgb(127,198,206); }
td.TdClassName
{
border-color: #7FC6CE;
}
.TagClassName
{
border-color: #7FC6CE;
}
</style>