Shades of Spray #7EC3CF
Tints of Spray #7EC3CF
RGB
CMYK
RGB Variations
Color information
#7EC3CF (or 0x7EC3CF) is known color: Spray. HEX triplet: 7E, C3 and CF. RGB value is (126,195,207). Sum of RGB (Red+Green+Blue) = 126+195+207=528 (69% of max value = 765). Red value is 126 (49.61% from 255 or 23.86% from 528); Green value is 195 (76.56% from 255 or 36.93% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 207 - color contains mainly: blue. Hex color #7EC3CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC3CF is #813C30. Grayscale: #AFAFAF. Windows color (decimal): -8469553 or 13615998. OLE color: 13615998.
HSL color Cylindrical-coordinate representation of color #7EC3CF: hue angle of 188.89º 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 #7EC3CF is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 195 | 207 | - |
| CMYK | 0.39 | 0.06 | 0 | 0.19 |
| HSL | 188.89º | 0.46% | 0.65% | - |
| HSV(B) | 188.89º | 0.39% | 0.81% | - |
| XYZ | 39.38 | 47.97 | 66.22 | - |
| YUV | 175.74 | 145.64 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 195 | 207 | 0.39 | 0.06 | 0 | 0.19 | 188.89 | 0.46 | 0.65 |
| Hex | 7E | C3 | CF | 27 | 6 | 0 | 13 | BD | 2E | 41 |
| Octal | 176 | 303 | 317 | 47 | 6 | 0 | 23 | 275 | 56 | 101 |
| Binary | 1111110 | 11000011 | 11001111 | 100111 | 110 | 0 | 10011 | 10111101 | 101110 | 1000001 |
Color Harmonies of #7EC3CF
Complementary color
Monochromatic Colors of #7EC3CF
Black with #7EC3CF
Text Example
Text Example
White with #7EC3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC3CF; }
p { color: rgb(126,195,207); }
H1.HeaderClassName
{
color: #7EC3CF;
}
.AnyTagClassName
{
color: #7EC3CF;
}
</style>
background-color css
<style>
a { background-color: #7EC3CF; }
a { background-color: rgb(126,195,207); }
div.DivClassName
{
background-color: #7EC3CF;
}
.BgClassName
{
background-color: #7EC3CF;
}
</style>
border-color css
<style>
span { border-color: #7EC3CF; }
span { border-color: rgb(126,195,207); }
td.TdClassName
{
border-color: #7EC3CF;
}
.TagClassName
{
border-color: #7EC3CF;
}
</style>