Shades of Spray #7EC8CE
Tints of Spray #7EC8CE
RGB
CMYK
RGB Variations
Color information
#7EC8CE (or 0x7EC8CE) is known color: Spray. HEX triplet: 7E, C8 and CE. RGB value is (126,200,206). Sum of RGB (Red+Green+Blue) = 126+200+206=532 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.68% from 532); Green value is 200 (78.52% from 255 or 37.59% 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 #7EC8CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC8CE is #813731. Grayscale: #B2B2B2. Windows color (decimal): -8468274 or 13551742. OLE color: 13551742.
HSL color Cylindrical-coordinate representation of color #7EC8CE: hue angle of 184.5º degrees, saturation: 0.45, 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 #7EC8CE is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 200 | 206 | - |
| CMYK | 0.39 | 0.03 | 0 | 0.19 |
| HSL | 184.5º | 0.45% | 0.65% | - |
| HSV(B) | 184.5º | 0.39% | 0.81% | - |
| XYZ | 40.4 | 50.2 | 65.95 | - |
| YUV | 178.56 | 143.48 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 200 | 206 | 0.39 | 0.03 | 0 | 0.19 | 184.5 | 0.45 | 0.65 |
| Hex | 7E | C8 | CE | 27 | 3 | 0 | 13 | B8 | 2D | 41 |
| Octal | 176 | 310 | 316 | 47 | 3 | 0 | 23 | 270 | 55 | 101 |
| Binary | 1111110 | 11001000 | 11001110 | 100111 | 11 | 0 | 10011 | 10111000 | 101101 | 1000001 |
Color Harmonies of #7EC8CE
Complementary color
Monochromatic Colors of #7EC8CE
Black with #7EC8CE
Text Example
Text Example
White with #7EC8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC8CE; }
p { color: rgb(126,200,206); }
H1.HeaderClassName
{
color: #7EC8CE;
}
.AnyTagClassName
{
color: #7EC8CE;
}
</style>
background-color css
<style>
a { background-color: #7EC8CE; }
a { background-color: rgb(126,200,206); }
div.DivClassName
{
background-color: #7EC8CE;
}
.BgClassName
{
background-color: #7EC8CE;
}
</style>
border-color css
<style>
span { border-color: #7EC8CE; }
span { border-color: rgb(126,200,206); }
td.TdClassName
{
border-color: #7EC8CE;
}
.TagClassName
{
border-color: #7EC8CE;
}
</style>