Shades of Sky Blue #7ED7EC
Tints of Sky Blue #7ED7EC
RGB
CMYK
RGB Variations
Color information
#7ED7EC (or 0x7ED7EC) is known color: Sky Blue. HEX triplet: 7E, D7 and EC. RGB value is (126,215,236). Sum of RGB (Red+Green+Blue) = 126+215+236=577 (76% of max value = 765). Red value is 126 (49.61% from 255 or 21.84% from 577); Green value is 215 (84.38% from 255 or 37.26% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 236 - color contains mainly: blue. Hex color #7ED7EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ED7EC is #812813. Grayscale: #BEBEBE. Windows color (decimal): -8464404 or 15521662. OLE color: 15521662.
HSL color Cylindrical-coordinate representation of color #7ED7EC: hue angle of 191.45º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7ED7EC is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 215 | 236 | - |
| CMYK | 0.47 | 0.09 | 0 | 0.07 |
| HSL | 191.45º | 0.74% | 0.71% | - |
| HSV(B) | 191.45º | 0.47% | 0.93% | - |
| XYZ | 48.04 | 59.09 | 88.23 | - |
| YUV | 190.78 | 153.51 | 81.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 215 | 236 | 0.47 | 0.09 | 0 | 0.07 | 191.45 | 0.74 | 0.71 |
| Hex | 7E | D7 | EC | 2F | 9 | 0 | 7 | BF | 4A | 47 |
| Octal | 176 | 327 | 354 | 57 | 11 | 0 | 7 | 277 | 112 | 107 |
| Binary | 1111110 | 11010111 | 11101100 | 101111 | 1001 | 0 | 111 | 10111111 | 1001010 | 1000111 |
Color Harmonies of #7ED7EC
Complementary color
Monochromatic Colors of #7ED7EC
Black with #7ED7EC
Text Example
Text Example
White with #7ED7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED7EC; }
p { color: rgb(126,215,236); }
H1.HeaderClassName
{
color: #7ED7EC;
}
.AnyTagClassName
{
color: #7ED7EC;
}
</style>
background-color css
<style>
a { background-color: #7ED7EC; }
a { background-color: rgb(126,215,236); }
div.DivClassName
{
background-color: #7ED7EC;
}
.BgClassName
{
background-color: #7ED7EC;
}
</style>
border-color css
<style>
span { border-color: #7ED7EC; }
span { border-color: rgb(126,215,236); }
td.TdClassName
{
border-color: #7ED7EC;
}
.TagClassName
{
border-color: #7ED7EC;
}
</style>