Shades of Spray #7FC4CE
Tints of Spray #7FC4CE
RGB
CMYK
RGB Variations
Color information
#7FC4CE (or 0x7FC4CE) is known color: Spray. HEX triplet: 7F, C4 and CE. RGB value is (127,196,206). Sum of RGB (Red+Green+Blue) = 127+196+206=529 (70% of max value = 765). Red value is 127 (50% from 255 or 24.01% from 529); Green value is 196 (76.95% from 255 or 37.05% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #7FC4CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC4CE is #803B31. Grayscale: #B0B0B0. Windows color (decimal): -8403762 or 13550719. OLE color: 13550719.
HSL color Cylindrical-coordinate representation of color #7FC4CE: hue angle of 187.59º 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 #7FC4CE is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 196 | 206 | - |
| CMYK | 0.38 | 0.05 | 0 | 0.19 |
| HSL | 187.59º | 0.45% | 0.65% | - |
| HSV(B) | 187.59º | 0.38% | 0.81% | - |
| XYZ | 39.63 | 48.45 | 65.66 | - |
| YUV | 176.51 | 144.64 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 196 | 206 | 0.38 | 0.05 | 0 | 0.19 | 187.59 | 0.45 | 0.65 |
| Hex | 7F | C4 | CE | 26 | 5 | 0 | 13 | BC | 2D | 41 |
| Octal | 177 | 304 | 316 | 46 | 5 | 0 | 23 | 274 | 55 | 101 |
| Binary | 1111111 | 11000100 | 11001110 | 100110 | 101 | 0 | 10011 | 10111100 | 101101 | 1000001 |
Color Harmonies of #7FC4CE
Complementary color
Monochromatic Colors of #7FC4CE
Black with #7FC4CE
Text Example
Text Example
White with #7FC4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC4CE; }
p { color: rgb(127,196,206); }
H1.HeaderClassName
{
color: #7FC4CE;
}
.AnyTagClassName
{
color: #7FC4CE;
}
</style>
background-color css
<style>
a { background-color: #7FC4CE; }
a { background-color: rgb(127,196,206); }
div.DivClassName
{
background-color: #7FC4CE;
}
.BgClassName
{
background-color: #7FC4CE;
}
</style>
border-color css
<style>
span { border-color: #7FC4CE; }
span { border-color: rgb(127,196,206); }
td.TdClassName
{
border-color: #7FC4CE;
}
.TagClassName
{
border-color: #7FC4CE;
}
</style>