Shades of Spray #7EC5DE
Tints of Spray #7EC5DE
RGB
CMYK
RGB Variations
Color information
#7EC5DE (or 0x7EC5DE) is known color: Spray. HEX triplet: 7E, C5 and DE. RGB value is (126,197,222). Sum of RGB (Red+Green+Blue) = 126+197+222=545 (72% of max value = 765). Red value is 126 (49.61% from 255 or 23.12% from 545); Green value is 197 (77.34% from 255 or 36.15% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 222 - color contains mainly: blue. Hex color #7EC5DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC5DE is #813A21. Grayscale: #B2B2B2. Windows color (decimal): -8469026 or 14599550. OLE color: 14599550.
HSL color Cylindrical-coordinate representation of color #7EC5DE: hue angle of 195.62º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EC5DE is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 197 | 222 | - |
| CMYK | 0.43 | 0.11 | 0 | 0.13 |
| HSL | 195.63º | 0.59% | 0.68% | - |
| HSV(B) | 195.63º | 0.43% | 0.87% | - |
| XYZ | 41.76 | 49.64 | 76.49 | - |
| YUV | 178.62 | 152.48 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 197 | 222 | 0.43 | 0.11 | 0 | 0.13 | 195.63 | 0.59 | 0.68 |
| Hex | 7E | C5 | DE | 2B | B | 0 | D | C4 | 3B | 44 |
| Octal | 176 | 305 | 336 | 53 | 13 | 0 | 15 | 304 | 73 | 104 |
| Binary | 1111110 | 11000101 | 11011110 | 101011 | 1011 | 0 | 1101 | 11000100 | 111011 | 1000100 |
Color Harmonies of #7EC5DE
Complementary color
Monochromatic Colors of #7EC5DE
Black with #7EC5DE
Text Example
Text Example
White with #7EC5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC5DE; }
p { color: rgb(126,197,222); }
H1.HeaderClassName
{
color: #7EC5DE;
}
.AnyTagClassName
{
color: #7EC5DE;
}
</style>
background-color css
<style>
a { background-color: #7EC5DE; }
a { background-color: rgb(126,197,222); }
div.DivClassName
{
background-color: #7EC5DE;
}
.BgClassName
{
background-color: #7EC5DE;
}
</style>
border-color css
<style>
span { border-color: #7EC5DE; }
span { border-color: rgb(126,197,222); }
td.TdClassName
{
border-color: #7EC5DE;
}
.TagClassName
{
border-color: #7EC5DE;
}
</style>