Shades of Light Sky Blue #7ECBFF
Tints of Light Sky Blue #7ECBFF
RGB
CMYK
RGB Variations
Color information
#7ECBFF (or 0x7ECBFF) is known color: Light Sky Blue. HEX triplet: 7E, CB and FF. RGB value is (126,203,255). Sum of RGB (Red+Green+Blue) = 126+203+255=584 (77% of max value = 765). Red value is 126 (49.61% from 255 or 21.58% from 584); Green value is 203 (79.69% from 255 or 34.76% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #7ECBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ECBFF is #813400. Grayscale: #B9B9B9. Windows color (decimal): -8467457 or 16763774. OLE color: 16763774.
HSL color Cylindrical-coordinate representation of color #7ECBFF: hue angle of 204.19º 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 #7ECBFF is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 126 | 203 | 255 | - |
| CMYK | 0.51 | 0.20 | 0 | 0 |
| HSL | 204.19º | 1% | 0.75% | - |
| HSV(B) | 204.19º | 0.51% | 1% | - |
| XYZ | 48.01 | 54.37 | 102.57 | - |
| YUV | 185.91 | 166.99 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 203 | 255 | 0.51 | 0.20 | 0 | 0 | 204.19 | 1 | 0.75 |
| Hex | 7E | CB | FF | 33 | 14 | 0 | 0 | CC | 64 | 4B |
| Octal | 176 | 313 | 377 | 63 | 24 | 0 | 0 | 314 | 144 | 113 |
| Binary | 1111110 | 11001011 | 11111111 | 110011 | 10100 | 0 | 0 | 11001100 | 1100100 | 1001011 |
Color Harmonies of #7ECBFF
Complementary color
Monochromatic Colors of #7ECBFF
Black with #7ECBFF
Text Example
Text Example
White with #7ECBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECBFF; }
p { color: rgb(126,203,255); }
H1.HeaderClassName
{
color: #7ECBFF;
}
.AnyTagClassName
{
color: #7ECBFF;
}
</style>
background-color css
<style>
a { background-color: #7ECBFF; }
a { background-color: rgb(126,203,255); }
div.DivClassName
{
background-color: #7ECBFF;
}
.BgClassName
{
background-color: #7ECBFF;
}
</style>
border-color css
<style>
span { border-color: #7ECBFF; }
span { border-color: rgb(126,203,255); }
td.TdClassName
{
border-color: #7ECBFF;
}
.TagClassName
{
border-color: #7ECBFF;
}
</style>