Shades of Sky Blue #7ED4EF
Tints of Sky Blue #7ED4EF
RGB
CMYK
RGB Variations
Color information
#7ED4EF (or 0x7ED4EF) is known color: Sky Blue. HEX triplet: 7E, D4 and EF. RGB value is (126,212,239). Sum of RGB (Red+Green+Blue) = 126+212+239=577 (76% of max value = 765). Red value is 126 (49.61% from 255 or 21.84% from 577); Green value is 212 (83.20% from 255 or 36.74% from 577); Blue value is 239 (93.75% from 255 or 41.42% from 577); Max value from RGB is 239 - color contains mainly: blue. Hex color #7ED4EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ED4EF is #812B10. Grayscale: #BDBDBD. Windows color (decimal): -8465169 or 15717502. OLE color: 15717502.
HSL color Cylindrical-coordinate representation of color #7ED4EF: hue angle of 194.34º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7ED4EF is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 126 | 212 | 239 | - |
| CMYK | 0.47 | 0.11 | 0 | 0.06 |
| HSL | 194.34º | 0.78% | 0.72% | - |
| HSV(B) | 194.34º | 0.47% | 0.94% | - |
| XYZ | 47.73 | 57.75 | 90.29 | - |
| YUV | 189.36 | 156.01 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 212 | 239 | 0.47 | 0.11 | 0 | 0.06 | 194.34 | 0.78 | 0.72 |
| Hex | 7E | D4 | EF | 2F | B | 0 | 6 | C2 | 4E | 48 |
| Octal | 176 | 324 | 357 | 57 | 13 | 0 | 6 | 302 | 116 | 110 |
| Binary | 1111110 | 11010100 | 11101111 | 101111 | 1011 | 0 | 110 | 11000010 | 1001110 | 1001000 |
Color Harmonies of #7ED4EF
Complementary color
Monochromatic Colors of #7ED4EF
Black with #7ED4EF
Text Example
Text Example
White with #7ED4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED4EF; }
p { color: rgb(126,212,239); }
H1.HeaderClassName
{
color: #7ED4EF;
}
.AnyTagClassName
{
color: #7ED4EF;
}
</style>
background-color css
<style>
a { background-color: #7ED4EF; }
a { background-color: rgb(126,212,239); }
div.DivClassName
{
background-color: #7ED4EF;
}
.BgClassName
{
background-color: #7ED4EF;
}
</style>
border-color css
<style>
span { border-color: #7ED4EF; }
span { border-color: rgb(126,212,239); }
td.TdClassName
{
border-color: #7ED4EF;
}
.TagClassName
{
border-color: #7ED4EF;
}
</style>