Shades of Light Sky Blue #7ECCFF
Tints of Light Sky Blue #7ECCFF
RGB
CMYK
RGB Variations
Color information
#7ECCFF (or 0x7ECCFF) is known color: Light Sky Blue. HEX triplet: 7E, CC and FF. RGB value is (126,204,255). Sum of RGB (Red+Green+Blue) = 126+204+255=585 (77% of max value = 765). Red value is 126 (49.61% from 255 or 21.54% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #7ECCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ECCFF is #813300. Grayscale: #BABABA. Windows color (decimal): -8467201 or 16764030. OLE color: 16764030.
HSL color Cylindrical-coordinate representation of color #7ECCFF: hue angle of 203.72º 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 #7ECCFF is Cyan = 0.51, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 126 | 204 | 255 | - |
| CMYK | 0.51 | 0.2 | 0 | 0 |
| HSL | 203.72º | 1% | 0.75% | - |
| HSV(B) | 203.72º | 0.51% | 1% | - |
| XYZ | 48.25 | 54.84 | 102.65 | - |
| YUV | 186.49 | 166.66 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 204 | 255 | 0.51 | 0.2 | 0 | 0 | 203.72 | 1 | 0.75 |
| Hex | 7E | CC | FF | 33 | 14 | 0 | 0 | CC | 64 | 4B |
| Octal | 176 | 314 | 377 | 63 | 24 | 0 | 0 | 314 | 144 | 113 |
| Binary | 1111110 | 11001100 | 11111111 | 110011 | 10100 | 0 | 0 | 11001100 | 1100100 | 1001011 |
Color Harmonies of #7ECCFF
Complementary color
Monochromatic Colors of #7ECCFF
Black with #7ECCFF
Text Example
Text Example
White with #7ECCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECCFF; }
p { color: rgb(126,204,255); }
H1.HeaderClassName
{
color: #7ECCFF;
}
.AnyTagClassName
{
color: #7ECCFF;
}
</style>
background-color css
<style>
a { background-color: #7ECCFF; }
a { background-color: rgb(126,204,255); }
div.DivClassName
{
background-color: #7ECCFF;
}
.BgClassName
{
background-color: #7ECCFF;
}
</style>
border-color css
<style>
span { border-color: #7ECCFF; }
span { border-color: rgb(126,204,255); }
td.TdClassName
{
border-color: #7ECCFF;
}
.TagClassName
{
border-color: #7ECCFF;
}
</style>