Shades of Light Sky Blue #7ECEFF
Tints of Light Sky Blue #7ECEFF
RGB
CMYK
RGB Variations
Color information
#7ECEFF (or 0x7ECEFF) is known color: Light Sky Blue. HEX triplet: 7E, CE and FF. RGB value is (126,206,255). Sum of RGB (Red+Green+Blue) = 126+206+255=587 (77% of max value = 765). Red value is 126 (49.61% from 255 or 21.47% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #7ECEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ECEFF is #813100. Grayscale: #BBBBBB. Windows color (decimal): -8466689 or 16764542. OLE color: 16764542.
HSL color Cylindrical-coordinate representation of color #7ECEFF: hue angle of 202.79º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7ECEFF is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 126 | 206 | 255 | - |
| CMYK | 0.51 | 0.19 | 0 | 0 |
| HSL | 202.79º | 1% | 0.75% | - |
| HSV(B) | 202.79º | 0.51% | 1% | - |
| XYZ | 48.73 | 55.8 | 102.81 | - |
| YUV | 187.67 | 166 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 206 | 255 | 0.51 | 0.19 | 0 | 0 | 202.79 | 1 | 0.75 |
| Hex | 7E | CE | FF | 33 | 13 | 0 | 0 | CB | 64 | 4B |
| Octal | 176 | 316 | 377 | 63 | 23 | 0 | 0 | 313 | 144 | 113 |
| Binary | 1111110 | 11001110 | 11111111 | 110011 | 10011 | 0 | 0 | 11001011 | 1100100 | 1001011 |
Color Harmonies of #7ECEFF
Complementary color
Monochromatic Colors of #7ECEFF
Black with #7ECEFF
Text Example
Text Example
White with #7ECEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECEFF; }
p { color: rgb(126,206,255); }
H1.HeaderClassName
{
color: #7ECEFF;
}
.AnyTagClassName
{
color: #7ECEFF;
}
</style>
background-color css
<style>
a { background-color: #7ECEFF; }
a { background-color: rgb(126,206,255); }
div.DivClassName
{
background-color: #7ECEFF;
}
.BgClassName
{
background-color: #7ECEFF;
}
</style>
border-color css
<style>
span { border-color: #7ECEFF; }
span { border-color: rgb(126,206,255); }
td.TdClassName
{
border-color: #7ECEFF;
}
.TagClassName
{
border-color: #7ECEFF;
}
</style>