Shades of Light Sky Blue #7EC8FC
Tints of Light Sky Blue #7EC8FC
RGB
CMYK
RGB Variations
Color information
#7EC8FC (or 0x7EC8FC) is known color: Light Sky Blue. HEX triplet: 7E, C8 and FC. RGB value is (126,200,252). Sum of RGB (Red+Green+Blue) = 126+200+252=578 (76% of max value = 765). Red value is 126 (49.61% from 255 or 21.80% from 578); Green value is 200 (78.52% from 255 or 34.60% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 252 - color contains mainly: blue. Hex color #7EC8FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EC8FC is #813703. Grayscale: #B7B7B7. Windows color (decimal): -8468228 or 16566398. OLE color: 16566398.
HSL color Cylindrical-coordinate representation of color #7EC8FC: hue angle of 204.76º 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 #7EC8FC is Cyan = 0.5, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 126 | 200 | 252 | - |
| CMYK | 0.5 | 0.21 | 0 | 0.01 |
| HSL | 204.76º | 0.95% | 0.74% | - |
| HSV(B) | 204.76º | 0.5% | 0.99% | - |
| XYZ | 46.83 | 52.77 | 99.81 | - |
| YUV | 183.8 | 166.48 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 200 | 252 | 0.5 | 0.21 | 0 | 0.01 | 204.76 | 0.95 | 0.74 |
| Hex | 7E | C8 | FC | 32 | 15 | 0 | 1 | CD | 5F | 4A |
| Octal | 176 | 310 | 374 | 62 | 25 | 0 | 1 | 315 | 137 | 112 |
| Binary | 1111110 | 11001000 | 11111100 | 110010 | 10101 | 0 | 1 | 11001101 | 1011111 | 1001010 |
Color Harmonies of #7EC8FC
Complementary color
Monochromatic Colors of #7EC8FC
Black with #7EC8FC
Text Example
Text Example
White with #7EC8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC8FC; }
p { color: rgb(126,200,252); }
H1.HeaderClassName
{
color: #7EC8FC;
}
.AnyTagClassName
{
color: #7EC8FC;
}
</style>
background-color css
<style>
a { background-color: #7EC8FC; }
a { background-color: rgb(126,200,252); }
div.DivClassName
{
background-color: #7EC8FC;
}
.BgClassName
{
background-color: #7EC8FC;
}
</style>
border-color css
<style>
span { border-color: #7EC8FC; }
span { border-color: rgb(126,200,252); }
td.TdClassName
{
border-color: #7EC8FC;
}
.TagClassName
{
border-color: #7EC8FC;
}
</style>