Shades of Spray #7ECACF
Tints of Spray #7ECACF
RGB
CMYK
RGB Variations
Color information
#7ECACF (or 0x7ECACF) is known color: Spray. HEX triplet: 7E, CA and CF. RGB value is (126,202,207). Sum of RGB (Red+Green+Blue) = 126+202+207=535 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.55% from 535); Green value is 202 (79.30% from 255 or 37.76% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 207 - color contains mainly: blue. Hex color #7ECACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECACF is #813530. Grayscale: #B3B3B3. Windows color (decimal): -8467761 or 13617790. OLE color: 13617790.
HSL color Cylindrical-coordinate representation of color #7ECACF: hue angle of 183.7º 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 #7ECACF is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 202 | 207 | - |
| CMYK | 0.39 | 0.02 | 0 | 0.19 |
| HSL | 183.7º | 0.46% | 0.65% | - |
| HSV(B) | 183.7º | 0.39% | 0.81% | - |
| XYZ | 40.99 | 51.18 | 66.75 | - |
| YUV | 179.85 | 143.32 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 202 | 207 | 0.39 | 0.02 | 0 | 0.19 | 183.7 | 0.46 | 0.65 |
| Hex | 7E | CA | CF | 27 | 2 | 0 | 13 | B8 | 2E | 41 |
| Octal | 176 | 312 | 317 | 47 | 2 | 0 | 23 | 270 | 56 | 101 |
| Binary | 1111110 | 11001010 | 11001111 | 100111 | 10 | 0 | 10011 | 10111000 | 101110 | 1000001 |
Color Harmonies of #7ECACF
Complementary color
Monochromatic Colors of #7ECACF
Black with #7ECACF
Text Example
Text Example
White with #7ECACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECACF; }
p { color: rgb(126,202,207); }
H1.HeaderClassName
{
color: #7ECACF;
}
.AnyTagClassName
{
color: #7ECACF;
}
</style>
background-color css
<style>
a { background-color: #7ECACF; }
a { background-color: rgb(126,202,207); }
div.DivClassName
{
background-color: #7ECACF;
}
.BgClassName
{
background-color: #7ECACF;
}
</style>
border-color css
<style>
span { border-color: #7ECACF; }
span { border-color: rgb(126,202,207); }
td.TdClassName
{
border-color: #7ECACF;
}
.TagClassName
{
border-color: #7ECACF;
}
</style>