Shades of Spray #7EC8CF
Tints of Spray #7EC8CF
RGB
CMYK
RGB Variations
Color information
#7EC8CF (or 0x7EC8CF) is known color: Spray. HEX triplet: 7E, C8 and CF. RGB value is (126,200,207). Sum of RGB (Red+Green+Blue) = 126+200+207=533 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.64% from 533); Green value is 200 (78.52% from 255 or 37.52% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 207 - color contains mainly: blue. Hex color #7EC8CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC8CF is #813730. Grayscale: #B2B2B2. Windows color (decimal): -8468273 or 13617278. OLE color: 13617278.
HSL color Cylindrical-coordinate representation of color #7EC8CF: hue angle of 185.19º 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 #7EC8CF is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 200 | 207 | - |
| CMYK | 0.39 | 0.03 | 0 | 0.19 |
| HSL | 185.19º | 0.46% | 0.65% | - |
| HSV(B) | 185.19º | 0.39% | 0.81% | - |
| XYZ | 40.52 | 50.25 | 66.59 | - |
| YUV | 178.67 | 143.98 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 200 | 207 | 0.39 | 0.03 | 0 | 0.19 | 185.19 | 0.46 | 0.65 |
| Hex | 7E | C8 | CF | 27 | 3 | 0 | 13 | B9 | 2E | 41 |
| Octal | 176 | 310 | 317 | 47 | 3 | 0 | 23 | 271 | 56 | 101 |
| Binary | 1111110 | 11001000 | 11001111 | 100111 | 11 | 0 | 10011 | 10111001 | 101110 | 1000001 |
Color Harmonies of #7EC8CF
Complementary color
Monochromatic Colors of #7EC8CF
Black with #7EC8CF
Text Example
Text Example
White with #7EC8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC8CF; }
p { color: rgb(126,200,207); }
H1.HeaderClassName
{
color: #7EC8CF;
}
.AnyTagClassName
{
color: #7EC8CF;
}
</style>
background-color css
<style>
a { background-color: #7EC8CF; }
a { background-color: rgb(126,200,207); }
div.DivClassName
{
background-color: #7EC8CF;
}
.BgClassName
{
background-color: #7EC8CF;
}
</style>
border-color css
<style>
span { border-color: #7EC8CF; }
span { border-color: rgb(126,200,207); }
td.TdClassName
{
border-color: #7EC8CF;
}
.TagClassName
{
border-color: #7EC8CF;
}
</style>