Shades of Spray #7FC7CE
Tints of Spray #7FC7CE
RGB
CMYK
RGB Variations
Color information
#7FC7CE (or 0x7FC7CE) is known color: Spray. HEX triplet: 7F, C7 and CE. RGB value is (127,199,206). Sum of RGB (Red+Green+Blue) = 127+199+206=532 (70% of max value = 765). Red value is 127 (50% from 255 or 23.87% from 532); Green value is 199 (78.12% from 255 or 37.41% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 206 - color contains mainly: blue. Hex color #7FC7CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC7CE is #803831. Grayscale: #B2B2B2. Windows color (decimal): -8402994 or 13551487. OLE color: 13551487.
HSL color Cylindrical-coordinate representation of color #7FC7CE: hue angle of 185.32º 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 #7FC7CE is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 199 | 206 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.19 |
| HSL | 185.32º | 0.45% | 0.65% | - |
| HSV(B) | 185.32º | 0.38% | 0.81% | - |
| XYZ | 40.32 | 49.82 | 65.88 | - |
| YUV | 178.27 | 143.65 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 199 | 206 | 0.38 | 0.03 | 0 | 0.19 | 185.32 | 0.45 | 0.65 |
| Hex | 7F | C7 | CE | 26 | 3 | 0 | 13 | B9 | 2D | 41 |
| Octal | 177 | 307 | 316 | 46 | 3 | 0 | 23 | 271 | 55 | 101 |
| Binary | 1111111 | 11000111 | 11001110 | 100110 | 11 | 0 | 10011 | 10111001 | 101101 | 1000001 |
Color Harmonies of #7FC7CE
Complementary color
Monochromatic Colors of #7FC7CE
Black with #7FC7CE
Text Example
Text Example
White with #7FC7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC7CE; }
p { color: rgb(127,199,206); }
H1.HeaderClassName
{
color: #7FC7CE;
}
.AnyTagClassName
{
color: #7FC7CE;
}
</style>
background-color css
<style>
a { background-color: #7FC7CE; }
a { background-color: rgb(127,199,206); }
div.DivClassName
{
background-color: #7FC7CE;
}
.BgClassName
{
background-color: #7FC7CE;
}
</style>
border-color css
<style>
span { border-color: #7FC7CE; }
span { border-color: rgb(127,199,206); }
td.TdClassName
{
border-color: #7FC7CE;
}
.TagClassName
{
border-color: #7FC7CE;
}
</style>