Shades of Light Sky Blue #7EDEFD
Tints of Light Sky Blue #7EDEFD
RGB
CMYK
RGB Variations
Color information
#7EDEFD (or 0x7EDEFD) is known color: Light Sky Blue. HEX triplet: 7E, DE and FD. RGB value is (126,222,253). Sum of RGB (Red+Green+Blue) = 126+222+253=601 (79% of max value = 765). Red value is 126 (49.61% from 255 or 20.97% from 601); Green value is 222 (87.11% from 255 or 36.94% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #7EDEFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EDEFD is #812102. Grayscale: #C4C4C4. Windows color (decimal): -8462595 or 16637566. OLE color: 16637566.
HSL color Cylindrical-coordinate representation of color #7EDEFD: hue angle of 194.65º degrees, saturation: 0.97, 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 #7EDEFD is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 126 | 222 | 253 | - |
| CMYK | 0.50 | 0.12 | 0 | 0.01 |
| HSL | 194.65º | 0.97% | 0.74% | - |
| HSV(B) | 194.65º | 0.5% | 0.99% | - |
| XYZ | 52.46 | 63.77 | 102.47 | - |
| YUV | 196.83 | 159.7 | 77.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 222 | 253 | 0.50 | 0.12 | 0 | 0.01 | 194.65 | 0.97 | 0.74 |
| Hex | 7E | DE | FD | 32 | C | 0 | 1 | C3 | 61 | 4A |
| Octal | 176 | 336 | 375 | 62 | 14 | 0 | 1 | 303 | 141 | 112 |
| Binary | 1111110 | 11011110 | 11111101 | 110010 | 1100 | 0 | 1 | 11000011 | 1100001 | 1001010 |
Color Harmonies of #7EDEFD
Complementary color
Monochromatic Colors of #7EDEFD
Black with #7EDEFD
Text Example
Text Example
White with #7EDEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDEFD; }
p { color: rgb(126,222,253); }
H1.HeaderClassName
{
color: #7EDEFD;
}
.AnyTagClassName
{
color: #7EDEFD;
}
</style>
background-color css
<style>
a { background-color: #7EDEFD; }
a { background-color: rgb(126,222,253); }
div.DivClassName
{
background-color: #7EDEFD;
}
.BgClassName
{
background-color: #7EDEFD;
}
</style>
border-color css
<style>
span { border-color: #7EDEFD; }
span { border-color: rgb(126,222,253); }
td.TdClassName
{
border-color: #7EDEFD;
}
.TagClassName
{
border-color: #7EDEFD;
}
</style>