Shades of Light Sky Blue #7ED5F7
Tints of Light Sky Blue #7ED5F7
RGB
CMYK
RGB Variations
Color information
#7ED5F7 (or 0x7ED5F7) is known color: Light Sky Blue. HEX triplet: 7E, D5 and F7. RGB value is (126,213,247). Sum of RGB (Red+Green+Blue) = 126+213+247=586 (77% of max value = 765). Red value is 126 (49.61% from 255 or 21.50% from 586); Green value is 213 (83.59% from 255 or 36.35% from 586); Blue value is 247 (96.88% from 255 or 42.15% from 586); Max value from RGB is 247 - color contains mainly: blue. Hex color #7ED5F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ED5F7 is #812A08. Grayscale: #BEBEBE. Windows color (decimal): -8464905 or 16242046. OLE color: 16242046.
HSL color Cylindrical-coordinate representation of color #7ED5F7: hue angle of 196.86º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7ED5F7 is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 126 | 213 | 247 | - |
| CMYK | 0.49 | 0.14 | 0 | 0.03 |
| HSL | 196.86º | 0.88% | 0.73% | - |
| HSV(B) | 196.86º | 0.49% | 0.97% | - |
| XYZ | 49.19 | 58.74 | 96.74 | - |
| YUV | 190.86 | 159.68 | 81.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 213 | 247 | 0.49 | 0.14 | 0 | 0.03 | 196.86 | 0.88 | 0.73 |
| Hex | 7E | D5 | F7 | 31 | E | 0 | 3 | C5 | 58 | 49 |
| Octal | 176 | 325 | 367 | 61 | 16 | 0 | 3 | 305 | 130 | 111 |
| Binary | 1111110 | 11010101 | 11110111 | 110001 | 1110 | 0 | 11 | 11000101 | 1011000 | 1001001 |
Color Harmonies of #7ED5F7
Complementary color
Monochromatic Colors of #7ED5F7
Black with #7ED5F7
Text Example
Text Example
White with #7ED5F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED5F7; }
p { color: rgb(126,213,247); }
H1.HeaderClassName
{
color: #7ED5F7;
}
.AnyTagClassName
{
color: #7ED5F7;
}
</style>
background-color css
<style>
a { background-color: #7ED5F7; }
a { background-color: rgb(126,213,247); }
div.DivClassName
{
background-color: #7ED5F7;
}
.BgClassName
{
background-color: #7ED5F7;
}
</style>
border-color css
<style>
span { border-color: #7ED5F7; }
span { border-color: rgb(126,213,247); }
td.TdClassName
{
border-color: #7ED5F7;
}
.TagClassName
{
border-color: #7ED5F7;
}
</style>