Shades of Light Sky Blue #7ED3FE
Tints of Light Sky Blue #7ED3FE
RGB
CMYK
RGB Variations
Color information
#7ED3FE (or 0x7ED3FE) is known color: Light Sky Blue. HEX triplet: 7E, D3 and FE. RGB value is (126,211,254). Sum of RGB (Red+Green+Blue) = 126+211+254=591 (78% of max value = 765). Red value is 126 (49.61% from 255 or 21.32% from 591); Green value is 211 (82.81% from 255 or 35.70% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #7ED3FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ED3FE is #812C01. Grayscale: #BEBEBE. Windows color (decimal): -8465410 or 16700286. OLE color: 16700286.
HSL color Cylindrical-coordinate representation of color #7ED3FE: hue angle of 200.16º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7ED3FE is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 126 | 211 | 254 | - |
| CMYK | 0.50 | 0.17 | 0 | 0.00 |
| HSL | 200.16º | 0.98% | 0.75% | - |
| HSV(B) | 200.16º | 0.5% | 1% | - |
| XYZ | 49.79 | 58.18 | 102.37 | - |
| YUV | 190.49 | 163.84 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 211 | 254 | 0.50 | 0.17 | 0 | 0.00 | 200.16 | 0.98 | 0.75 |
| Hex | 7E | D3 | FE | 32 | 11 | 0 | 0 | C8 | 62 | 4B |
| Octal | 176 | 323 | 376 | 62 | 21 | 0 | 0 | 310 | 142 | 113 |
| Binary | 1111110 | 11010011 | 11111110 | 110010 | 10001 | 0 | 0 | 11001000 | 1100010 | 1001011 |
Color Harmonies of #7ED3FE
Complementary color
Monochromatic Colors of #7ED3FE
Black with #7ED3FE
Text Example
Text Example
White with #7ED3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED3FE; }
p { color: rgb(126,211,254); }
H1.HeaderClassName
{
color: #7ED3FE;
}
.AnyTagClassName
{
color: #7ED3FE;
}
</style>
background-color css
<style>
a { background-color: #7ED3FE; }
a { background-color: rgb(126,211,254); }
div.DivClassName
{
background-color: #7ED3FE;
}
.BgClassName
{
background-color: #7ED3FE;
}
</style>
border-color css
<style>
span { border-color: #7ED3FE; }
span { border-color: rgb(126,211,254); }
td.TdClassName
{
border-color: #7ED3FE;
}
.TagClassName
{
border-color: #7ED3FE;
}
</style>