Shades of Spray #7EC5CF
Tints of Spray #7EC5CF
RGB
CMYK
RGB Variations
Color information
#7EC5CF (or 0x7EC5CF) is known color: Spray. HEX triplet: 7E, C5 and CF. RGB value is (126,197,207). Sum of RGB (Red+Green+Blue) = 126+197+207=530 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.77% from 530); Green value is 197 (77.34% from 255 or 37.17% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 207 - color contains mainly: blue. Hex color #7EC5CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC5CF is #813A30. Grayscale: #B0B0B0. Windows color (decimal): -8469041 or 13616510. OLE color: 13616510.
HSL color Cylindrical-coordinate representation of color #7EC5CF: hue angle of 187.41º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7EC5CF is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 197 | 207 | - |
| CMYK | 0.39 | 0.05 | 0 | 0.19 |
| HSL | 187.41º | 0.46% | 0.65% | - |
| HSV(B) | 187.41º | 0.39% | 0.81% | - |
| XYZ | 39.83 | 48.87 | 66.37 | - |
| YUV | 176.91 | 144.98 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 197 | 207 | 0.39 | 0.05 | 0 | 0.19 | 187.41 | 0.46 | 0.65 |
| Hex | 7E | C5 | CF | 27 | 5 | 0 | 13 | BB | 2E | 41 |
| Octal | 176 | 305 | 317 | 47 | 5 | 0 | 23 | 273 | 56 | 101 |
| Binary | 1111110 | 11000101 | 11001111 | 100111 | 101 | 0 | 10011 | 10111011 | 101110 | 1000001 |
Color Harmonies of #7EC5CF
Complementary color
Monochromatic Colors of #7EC5CF
Black with #7EC5CF
Text Example
Text Example
White with #7EC5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC5CF; }
p { color: rgb(126,197,207); }
H1.HeaderClassName
{
color: #7EC5CF;
}
.AnyTagClassName
{
color: #7EC5CF;
}
</style>
background-color css
<style>
a { background-color: #7EC5CF; }
a { background-color: rgb(126,197,207); }
div.DivClassName
{
background-color: #7EC5CF;
}
.BgClassName
{
background-color: #7EC5CF;
}
</style>
border-color css
<style>
span { border-color: #7EC5CF; }
span { border-color: rgb(126,197,207); }
td.TdClassName
{
border-color: #7EC5CF;
}
.TagClassName
{
border-color: #7EC5CF;
}
</style>