Shades of Spray #7EC8DD
Tints of Spray #7EC8DD
RGB
CMYK
RGB Variations
Color information
#7EC8DD (or 0x7EC8DD) is known color: Spray. HEX triplet: 7E, C8 and DD. RGB value is (126,200,221). Sum of RGB (Red+Green+Blue) = 126+200+221=547 (72% of max value = 765). Red value is 126 (49.61% from 255 or 23.03% from 547); Green value is 200 (78.52% from 255 or 36.56% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #7EC8DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC8DD is #813722. Grayscale: #B4B4B4. Windows color (decimal): -8468259 or 14534782. OLE color: 14534782.
HSL color Cylindrical-coordinate representation of color #7EC8DD: hue angle of 193.26º degrees, saturation: 0.58, 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 #7EC8DD is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 200 | 221 | - |
| CMYK | 0.43 | 0.10 | 0 | 0.13 |
| HSL | 193.26º | 0.58% | 0.68% | - |
| HSV(B) | 193.26º | 0.43% | 0.87% | - |
| XYZ | 42.31 | 50.96 | 76.01 | - |
| YUV | 180.27 | 150.98 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 200 | 221 | 0.43 | 0.10 | 0 | 0.13 | 193.26 | 0.58 | 0.68 |
| Hex | 7E | C8 | DD | 2B | A | 0 | D | C1 | 3A | 44 |
| Octal | 176 | 310 | 335 | 53 | 12 | 0 | 15 | 301 | 72 | 104 |
| Binary | 1111110 | 11001000 | 11011101 | 101011 | 1010 | 0 | 1101 | 11000001 | 111010 | 1000100 |
Color Harmonies of #7EC8DD
Complementary color
Monochromatic Colors of #7EC8DD
Black with #7EC8DD
Text Example
Text Example
White with #7EC8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC8DD; }
p { color: rgb(126,200,221); }
H1.HeaderClassName
{
color: #7EC8DD;
}
.AnyTagClassName
{
color: #7EC8DD;
}
</style>
background-color css
<style>
a { background-color: #7EC8DD; }
a { background-color: rgb(126,200,221); }
div.DivClassName
{
background-color: #7EC8DD;
}
.BgClassName
{
background-color: #7EC8DD;
}
</style>
border-color css
<style>
span { border-color: #7EC8DD; }
span { border-color: rgb(126,200,221); }
td.TdClassName
{
border-color: #7EC8DD;
}
.TagClassName
{
border-color: #7EC8DD;
}
</style>