Shades of Light Sky Blue #7CE0FB
Tints of Light Sky Blue #7CE0FB
RGB
CMYK
RGB Variations
Color information
#7CE0FB (or 0x7CE0FB) is known color: Light Sky Blue. HEX triplet: 7C, E0 and FB. RGB value is (124,224,251). Sum of RGB (Red+Green+Blue) = 124+224+251=599 (79% of max value = 765). Red value is 124 (48.83% from 255 or 20.70% from 599); Green value is 224 (87.89% from 255 or 37.40% from 599); Blue value is 251 (98.44% from 255 or 41.90% from 599); Max value from RGB is 251 - color contains mainly: blue. Hex color #7CE0FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CE0FB is #831F04. Grayscale: #C4C4C4. Windows color (decimal): -8593157 or 16507004. OLE color: 16507004.
HSL color Cylindrical-coordinate representation of color #7CE0FB: hue angle of 192.76º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CE0FB is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 224 | 251 | - |
| CMYK | 0.51 | 0.11 | 0 | 0.02 |
| HSL | 192.76º | 0.94% | 0.74% | - |
| HSV(B) | 192.76º | 0.51% | 0.98% | - |
| XYZ | 52.38 | 64.56 | 100.97 | - |
| YUV | 197.18 | 158.37 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 224 | 251 | 0.51 | 0.11 | 0 | 0.02 | 192.76 | 0.94 | 0.74 |
| Hex | 7C | E0 | FB | 33 | B | 0 | 2 | C1 | 5E | 4A |
| Octal | 174 | 340 | 373 | 63 | 13 | 0 | 2 | 301 | 136 | 112 |
| Binary | 1111100 | 11100000 | 11111011 | 110011 | 1011 | 0 | 10 | 11000001 | 1011110 | 1001010 |
Color Harmonies of #7CE0FB
Complementary color
Monochromatic Colors of #7CE0FB
Black with #7CE0FB
Text Example
Text Example
White with #7CE0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE0FB; }
p { color: rgb(124,224,251); }
H1.HeaderClassName
{
color: #7CE0FB;
}
.AnyTagClassName
{
color: #7CE0FB;
}
</style>
background-color css
<style>
a { background-color: #7CE0FB; }
a { background-color: rgb(124,224,251); }
div.DivClassName
{
background-color: #7CE0FB;
}
.BgClassName
{
background-color: #7CE0FB;
}
</style>
border-color css
<style>
span { border-color: #7CE0FB; }
span { border-color: rgb(124,224,251); }
td.TdClassName
{
border-color: #7CE0FB;
}
.TagClassName
{
border-color: #7CE0FB;
}
</style>