Shades of Light Sky Blue #7EC9F3
Tints of Light Sky Blue #7EC9F3
RGB
CMYK
RGB Variations
Color information
#7EC9F3 (or 0x7EC9F3) is known color: Light Sky Blue. HEX triplet: 7E, C9 and F3. RGB value is (126,201,243). Sum of RGB (Red+Green+Blue) = 126+201+243=570 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.11% from 570); Green value is 201 (78.91% from 255 or 35.26% from 570); Blue value is 243 (95.31% from 255 or 42.63% from 570); Max value from RGB is 243 - color contains mainly: blue. Hex color #7EC9F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EC9F3 is #81360C. Grayscale: #B7B7B7. Windows color (decimal): -8467981 or 15976830. OLE color: 15976830.
HSL color Cylindrical-coordinate representation of color #7EC9F3: hue angle of 201.54º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7EC9F3 is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 126 | 201 | 243 | - |
| CMYK | 0.48 | 0.17 | 0 | 0.05 |
| HSL | 201.54º | 0.83% | 0.72% | - |
| HSV(B) | 201.54º | 0.48% | 0.95% | - |
| XYZ | 45.67 | 52.68 | 92.56 | - |
| YUV | 183.36 | 161.65 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 201 | 243 | 0.48 | 0.17 | 0 | 0.05 | 201.54 | 0.83 | 0.72 |
| Hex | 7E | C9 | F3 | 30 | 11 | 0 | 5 | CA | 53 | 48 |
| Octal | 176 | 311 | 363 | 60 | 21 | 0 | 5 | 312 | 123 | 110 |
| Binary | 1111110 | 11001001 | 11110011 | 110000 | 10001 | 0 | 101 | 11001010 | 1010011 | 1001000 |
Color Harmonies of #7EC9F3
Complementary color
Monochromatic Colors of #7EC9F3
Black with #7EC9F3
Text Example
Text Example
White with #7EC9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC9F3; }
p { color: rgb(126,201,243); }
H1.HeaderClassName
{
color: #7EC9F3;
}
.AnyTagClassName
{
color: #7EC9F3;
}
</style>
background-color css
<style>
a { background-color: #7EC9F3; }
a { background-color: rgb(126,201,243); }
div.DivClassName
{
background-color: #7EC9F3;
}
.BgClassName
{
background-color: #7EC9F3;
}
</style>
border-color css
<style>
span { border-color: #7EC9F3; }
span { border-color: rgb(126,201,243); }
td.TdClassName
{
border-color: #7EC9F3;
}
.TagClassName
{
border-color: #7EC9F3;
}
</style>