Shades of Light Sky Blue #7ECFFF
Tints of Light Sky Blue #7ECFFF
RGB
CMYK
RGB Variations
Color information
#7ECFFF (or 0x7ECFFF) is known color: Light Sky Blue. HEX triplet: 7E, CF and FF. RGB value is (126,207,255). Sum of RGB (Red+Green+Blue) = 126+207+255=588 (77% of max value = 765). Red value is 126 (49.61% from 255 or 21.43% from 588); Green value is 207 (81.25% from 255 or 35.20% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #7ECFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ECFFF is #813000. Grayscale: #BBBBBB. Windows color (decimal): -8466433 or 16764798. OLE color: 16764798.
HSL color Cylindrical-coordinate representation of color #7ECFFF: hue angle of 202.33º 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 #7ECFFF is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 126 | 207 | 255 | - |
| CMYK | 0.51 | 0.19 | 0 | 0 |
| HSL | 202.33º | 1% | 0.75% | - |
| HSV(B) | 202.33º | 0.51% | 1% | - |
| XYZ | 48.97 | 56.28 | 102.89 | - |
| YUV | 188.25 | 165.66 | 83.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 207 | 255 | 0.51 | 0.19 | 0 | 0 | 202.33 | 1 | 0.75 |
| Hex | 7E | CF | FF | 33 | 13 | 0 | 0 | CA | 64 | 4B |
| Octal | 176 | 317 | 377 | 63 | 23 | 0 | 0 | 312 | 144 | 113 |
| Binary | 1111110 | 11001111 | 11111111 | 110011 | 10011 | 0 | 0 | 11001010 | 1100100 | 1001011 |
Color Harmonies of #7ECFFF
Complementary color
Monochromatic Colors of #7ECFFF
Black with #7ECFFF
Text Example
Text Example
White with #7ECFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECFFF; }
p { color: rgb(126,207,255); }
H1.HeaderClassName
{
color: #7ECFFF;
}
.AnyTagClassName
{
color: #7ECFFF;
}
</style>
background-color css
<style>
a { background-color: #7ECFFF; }
a { background-color: rgb(126,207,255); }
div.DivClassName
{
background-color: #7ECFFF;
}
.BgClassName
{
background-color: #7ECFFF;
}
</style>
border-color css
<style>
span { border-color: #7ECFFF; }
span { border-color: rgb(126,207,255); }
td.TdClassName
{
border-color: #7ECFFF;
}
.TagClassName
{
border-color: #7ECFFF;
}
</style>