Shades of Spray #7EC5D7
Tints of Spray #7EC5D7
RGB
CMYK
RGB Variations
Color information
#7EC5D7 (or 0x7EC5D7) is known color: Spray. HEX triplet: 7E, C5 and D7. RGB value is (126,197,215). Sum of RGB (Red+Green+Blue) = 126+197+215=538 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.42% from 538); Green value is 197 (77.34% from 255 or 36.62% from 538); Blue value is 215 (84.38% from 255 or 39.96% from 538); Max value from RGB is 215 - color contains mainly: blue. Hex color #7EC5D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC5D7 is #813A28. Grayscale: #B1B1B1. Windows color (decimal): -8469033 or 14140798. OLE color: 14140798.
HSL color Cylindrical-coordinate representation of color #7EC5D7: hue angle of 192.13º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7EC5D7 is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 197 | 215 | - |
| CMYK | 0.41 | 0.08 | 0 | 0.16 |
| HSL | 192.13º | 0.53% | 0.67% | - |
| HSV(B) | 192.13º | 0.41% | 0.84% | - |
| XYZ | 40.84 | 49.27 | 71.65 | - |
| YUV | 177.82 | 148.98 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 197 | 215 | 0.41 | 0.08 | 0 | 0.16 | 192.13 | 0.53 | 0.67 |
| Hex | 7E | C5 | D7 | 29 | 8 | 0 | 10 | C0 | 35 | 43 |
| Octal | 176 | 305 | 327 | 51 | 10 | 0 | 20 | 300 | 65 | 103 |
| Binary | 1111110 | 11000101 | 11010111 | 101001 | 1000 | 0 | 10000 | 11000000 | 110101 | 1000011 |
Color Harmonies of #7EC5D7
Complementary color
Monochromatic Colors of #7EC5D7
Black with #7EC5D7
Text Example
Text Example
White with #7EC5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC5D7; }
p { color: rgb(126,197,215); }
H1.HeaderClassName
{
color: #7EC5D7;
}
.AnyTagClassName
{
color: #7EC5D7;
}
</style>
background-color css
<style>
a { background-color: #7EC5D7; }
a { background-color: rgb(126,197,215); }
div.DivClassName
{
background-color: #7EC5D7;
}
.BgClassName
{
background-color: #7EC5D7;
}
</style>
border-color css
<style>
span { border-color: #7EC5D7; }
span { border-color: rgb(126,197,215); }
td.TdClassName
{
border-color: #7EC5D7;
}
.TagClassName
{
border-color: #7EC5D7;
}
</style>