Shades of Spray #7ECEDC
Tints of Spray #7ECEDC
RGB
CMYK
RGB Variations
Color information
#7ECEDC (or 0x7ECEDC) is known color: Spray. HEX triplet: 7E, CE and DC. RGB value is (126,206,220). Sum of RGB (Red+Green+Blue) = 126+206+220=552 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.83% from 552); Green value is 206 (80.86% from 255 or 37.32% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #7ECEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECEDC is #813123. Grayscale: #B7B7B7. Windows color (decimal): -8466724 or 14470782. OLE color: 14470782.
HSL color Cylindrical-coordinate representation of color #7ECEDC: hue angle of 188.94º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7ECEDC is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 206 | 220 | - |
| CMYK | 0.43 | 0.06 | 0 | 0.14 |
| HSL | 188.94º | 0.57% | 0.68% | - |
| HSV(B) | 188.94º | 0.43% | 0.86% | - |
| XYZ | 43.59 | 53.75 | 75.79 | - |
| YUV | 183.68 | 148.5 | 86.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 206 | 220 | 0.43 | 0.06 | 0 | 0.14 | 188.94 | 0.57 | 0.68 |
| Hex | 7E | CE | DC | 2B | 6 | 0 | E | BD | 39 | 44 |
| Octal | 176 | 316 | 334 | 53 | 6 | 0 | 16 | 275 | 71 | 104 |
| Binary | 1111110 | 11001110 | 11011100 | 101011 | 110 | 0 | 1110 | 10111101 | 111001 | 1000100 |
Color Harmonies of #7ECEDC
Complementary color
Monochromatic Colors of #7ECEDC
Black with #7ECEDC
Text Example
Text Example
White with #7ECEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECEDC; }
p { color: rgb(126,206,220); }
H1.HeaderClassName
{
color: #7ECEDC;
}
.AnyTagClassName
{
color: #7ECEDC;
}
</style>
background-color css
<style>
a { background-color: #7ECEDC; }
a { background-color: rgb(126,206,220); }
div.DivClassName
{
background-color: #7ECEDC;
}
.BgClassName
{
background-color: #7ECEDC;
}
</style>
border-color css
<style>
span { border-color: #7ECEDC; }
span { border-color: rgb(126,206,220); }
td.TdClassName
{
border-color: #7ECEDC;
}
.TagClassName
{
border-color: #7ECEDC;
}
</style>