Shades of Spray #7FC9CE
Tints of Spray #7FC9CE
RGB
CMYK
RGB Variations
Color information
#7FC9CE (or 0x7FC9CE) is known color: Spray. HEX triplet: 7F, C9 and CE. RGB value is (127,201,206). Sum of RGB (Red+Green+Blue) = 127+201+206=534 (70% of max value = 765). Red value is 127 (50% from 255 or 23.78% from 534); Green value is 201 (78.91% from 255 or 37.64% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 206 - color contains mainly: blue. Hex color #7FC9CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC9CE is #803631. Grayscale: #B3B3B3. Windows color (decimal): -8402482 or 13551999. OLE color: 13551999.
HSL color Cylindrical-coordinate representation of color #7FC9CE: hue angle of 183.8º 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 #7FC9CE is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 201 | 206 | - |
| CMYK | 0.38 | 0.02 | 0 | 0.19 |
| HSL | 183.8º | 0.45% | 0.65% | - |
| HSV(B) | 183.8º | 0.38% | 0.81% | - |
| XYZ | 40.78 | 50.74 | 66.04 | - |
| YUV | 179.44 | 142.98 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 201 | 206 | 0.38 | 0.02 | 0 | 0.19 | 183.8 | 0.45 | 0.65 |
| Hex | 7F | C9 | CE | 26 | 2 | 0 | 13 | B8 | 2D | 41 |
| Octal | 177 | 311 | 316 | 46 | 2 | 0 | 23 | 270 | 55 | 101 |
| Binary | 1111111 | 11001001 | 11001110 | 100110 | 10 | 0 | 10011 | 10111000 | 101101 | 1000001 |
Color Harmonies of #7FC9CE
Complementary color
Monochromatic Colors of #7FC9CE
Black with #7FC9CE
Text Example
Text Example
White with #7FC9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC9CE; }
p { color: rgb(127,201,206); }
H1.HeaderClassName
{
color: #7FC9CE;
}
.AnyTagClassName
{
color: #7FC9CE;
}
</style>
background-color css
<style>
a { background-color: #7FC9CE; }
a { background-color: rgb(127,201,206); }
div.DivClassName
{
background-color: #7FC9CE;
}
.BgClassName
{
background-color: #7FC9CE;
}
</style>
border-color css
<style>
span { border-color: #7FC9CE; }
span { border-color: rgb(127,201,206); }
td.TdClassName
{
border-color: #7FC9CE;
}
.TagClassName
{
border-color: #7FC9CE;
}
</style>