Shades of Light Sky Blue #7EDEFC
Tints of Light Sky Blue #7EDEFC
RGB
CMYK
RGB Variations
Color information
#7EDEFC (or 0x7EDEFC) is known color: Light Sky Blue. HEX triplet: 7E, DE and FC. RGB value is (126,222,252). Sum of RGB (Red+Green+Blue) = 126+222+252=600 (79% of max value = 765). Red value is 126 (49.61% from 255 or 21% from 600); Green value is 222 (87.11% from 255 or 37% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #7EDEFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EDEFC is #812103. Grayscale: #C4C4C4. Windows color (decimal): -8462596 or 16572030. OLE color: 16572030.
HSL color Cylindrical-coordinate representation of color #7EDEFC: hue angle of 194.29º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EDEFC is Cyan = 0.5, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 126 | 222 | 252 | - |
| CMYK | 0.5 | 0.12 | 0 | 0.01 |
| HSL | 194.29º | 0.95% | 0.74% | - |
| HSV(B) | 194.29º | 0.5% | 0.99% | - |
| XYZ | 52.3 | 63.71 | 101.64 | - |
| YUV | 196.72 | 159.2 | 77.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 222 | 252 | 0.5 | 0.12 | 0 | 0.01 | 194.29 | 0.95 | 0.74 |
| Hex | 7E | DE | FC | 32 | C | 0 | 1 | C2 | 5F | 4A |
| Octal | 176 | 336 | 374 | 62 | 14 | 0 | 1 | 302 | 137 | 112 |
| Binary | 1111110 | 11011110 | 11111100 | 110010 | 1100 | 0 | 1 | 11000010 | 1011111 | 1001010 |
Color Harmonies of #7EDEFC
Complementary color
Monochromatic Colors of #7EDEFC
Black with #7EDEFC
Text Example
Text Example
White with #7EDEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDEFC; }
p { color: rgb(126,222,252); }
H1.HeaderClassName
{
color: #7EDEFC;
}
.AnyTagClassName
{
color: #7EDEFC;
}
</style>
background-color css
<style>
a { background-color: #7EDEFC; }
a { background-color: rgb(126,222,252); }
div.DivClassName
{
background-color: #7EDEFC;
}
.BgClassName
{
background-color: #7EDEFC;
}
</style>
border-color css
<style>
span { border-color: #7EDEFC; }
span { border-color: rgb(126,222,252); }
td.TdClassName
{
border-color: #7EDEFC;
}
.TagClassName
{
border-color: #7EDEFC;
}
</style>