Shades of Light Sky Blue #7ECEFC
Tints of Light Sky Blue #7ECEFC
RGB
CMYK
RGB Variations
Color information
#7ECEFC (or 0x7ECEFC) is known color: Light Sky Blue. HEX triplet: 7E, CE and FC. RGB value is (126,206,252). Sum of RGB (Red+Green+Blue) = 126+206+252=584 (77% of max value = 765). Red value is 126 (49.61% from 255 or 21.58% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: blue. Hex color #7ECEFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ECEFC is #813103. Grayscale: #BBBBBB. Windows color (decimal): -8466692 or 16567934. OLE color: 16567934.
HSL color Cylindrical-coordinate representation of color #7ECEFC: hue angle of 201.9º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7ECEFC is Cyan = 0.5, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 126 | 206 | 252 | - |
| CMYK | 0.5 | 0.18 | 0 | 0.01 |
| HSL | 201.9º | 0.95% | 0.74% | - |
| HSV(B) | 201.9º | 0.5% | 0.99% | - |
| XYZ | 48.25 | 55.61 | 100.29 | - |
| YUV | 187.32 | 164.5 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 206 | 252 | 0.5 | 0.18 | 0 | 0.01 | 201.9 | 0.95 | 0.74 |
| Hex | 7E | CE | FC | 32 | 12 | 0 | 1 | CA | 5F | 4A |
| Octal | 176 | 316 | 374 | 62 | 22 | 0 | 1 | 312 | 137 | 112 |
| Binary | 1111110 | 11001110 | 11111100 | 110010 | 10010 | 0 | 1 | 11001010 | 1011111 | 1001010 |
Color Harmonies of #7ECEFC
Complementary color
Monochromatic Colors of #7ECEFC
Black with #7ECEFC
Text Example
Text Example
White with #7ECEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECEFC; }
p { color: rgb(126,206,252); }
H1.HeaderClassName
{
color: #7ECEFC;
}
.AnyTagClassName
{
color: #7ECEFC;
}
</style>
background-color css
<style>
a { background-color: #7ECEFC; }
a { background-color: rgb(126,206,252); }
div.DivClassName
{
background-color: #7ECEFC;
}
.BgClassName
{
background-color: #7ECEFC;
}
</style>
border-color css
<style>
span { border-color: #7ECEFC; }
span { border-color: rgb(126,206,252); }
td.TdClassName
{
border-color: #7ECEFC;
}
.TagClassName
{
border-color: #7ECEFC;
}
</style>