Shades of Light Sky Blue #7ED2FE
Tints of Light Sky Blue #7ED2FE
RGB
CMYK
RGB Variations
Color information
#7ED2FE (or 0x7ED2FE) is known color: Light Sky Blue. HEX triplet: 7E, D2 and FE. RGB value is (126,210,254). Sum of RGB (Red+Green+Blue) = 126+210+254=590 (78% of max value = 765). Red value is 126 (49.61% from 255 or 21.36% from 590); Green value is 210 (82.42% from 255 or 35.59% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #7ED2FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ED2FE is #812D01. Grayscale: #BDBDBD. Windows color (decimal): -8465666 or 16700030. OLE color: 16700030.
HSL color Cylindrical-coordinate representation of color #7ED2FE: hue angle of 200.62º 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 #7ED2FE is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 126 | 210 | 254 | - |
| CMYK | 0.50 | 0.17 | 0 | 0.00 |
| HSL | 200.63º | 0.98% | 0.75% | - |
| HSV(B) | 200.63º | 0.5% | 1% | - |
| XYZ | 49.54 | 57.68 | 102.29 | - |
| YUV | 189.9 | 164.17 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 210 | 254 | 0.50 | 0.17 | 0 | 0.00 | 200.63 | 0.98 | 0.75 |
| Hex | 7E | D2 | FE | 32 | 11 | 0 | 0 | C9 | 62 | 4B |
| Octal | 176 | 322 | 376 | 62 | 21 | 0 | 0 | 311 | 142 | 113 |
| Binary | 1111110 | 11010010 | 11111110 | 110010 | 10001 | 0 | 0 | 11001001 | 1100010 | 1001011 |
Color Harmonies of #7ED2FE
Complementary color
Monochromatic Colors of #7ED2FE
Black with #7ED2FE
Text Example
Text Example
White with #7ED2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED2FE; }
p { color: rgb(126,210,254); }
H1.HeaderClassName
{
color: #7ED2FE;
}
.AnyTagClassName
{
color: #7ED2FE;
}
</style>
background-color css
<style>
a { background-color: #7ED2FE; }
a { background-color: rgb(126,210,254); }
div.DivClassName
{
background-color: #7ED2FE;
}
.BgClassName
{
background-color: #7ED2FE;
}
</style>
border-color css
<style>
span { border-color: #7ED2FE; }
span { border-color: rgb(126,210,254); }
td.TdClassName
{
border-color: #7ED2FE;
}
.TagClassName
{
border-color: #7ED2FE;
}
</style>