Shades of Light Sky Blue #7EC9FA
Tints of Light Sky Blue #7EC9FA
RGB
CMYK
RGB Variations
Color information
#7EC9FA (or 0x7EC9FA) is known color: Light Sky Blue. HEX triplet: 7E, C9 and FA. RGB value is (126,201,250). Sum of RGB (Red+Green+Blue) = 126+201+250=577 (76% of max value = 765). Red value is 126 (49.61% from 255 or 21.84% from 577); Green value is 201 (78.91% from 255 or 34.84% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #7EC9FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EC9FA is #813605. Grayscale: #B7B7B7. Windows color (decimal): -8467974 or 16435582. OLE color: 16435582.
HSL color Cylindrical-coordinate representation of color #7EC9FA: hue angle of 203.71º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EC9FA is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 126 | 201 | 250 | - |
| CMYK | 0.50 | 0.20 | 0 | 0.02 |
| HSL | 203.71º | 0.93% | 0.74% | - |
| HSV(B) | 203.71º | 0.5% | 0.98% | - |
| XYZ | 46.75 | 53.11 | 98.23 | - |
| YUV | 184.16 | 165.15 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 201 | 250 | 0.50 | 0.20 | 0 | 0.02 | 203.71 | 0.93 | 0.74 |
| Hex | 7E | C9 | FA | 32 | 14 | 0 | 2 | CC | 5D | 4A |
| Octal | 176 | 311 | 372 | 62 | 24 | 0 | 2 | 314 | 135 | 112 |
| Binary | 1111110 | 11001001 | 11111010 | 110010 | 10100 | 0 | 10 | 11001100 | 1011101 | 1001010 |
Color Harmonies of #7EC9FA
Complementary color
Monochromatic Colors of #7EC9FA
Black with #7EC9FA
Text Example
Text Example
White with #7EC9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC9FA; }
p { color: rgb(126,201,250); }
H1.HeaderClassName
{
color: #7EC9FA;
}
.AnyTagClassName
{
color: #7EC9FA;
}
</style>
background-color css
<style>
a { background-color: #7EC9FA; }
a { background-color: rgb(126,201,250); }
div.DivClassName
{
background-color: #7EC9FA;
}
.BgClassName
{
background-color: #7EC9FA;
}
</style>
border-color css
<style>
span { border-color: #7EC9FA; }
span { border-color: rgb(126,201,250); }
td.TdClassName
{
border-color: #7EC9FA;
}
.TagClassName
{
border-color: #7EC9FA;
}
</style>