Shades of Light Sky Blue #7CE0FD
Tints of Light Sky Blue #7CE0FD
RGB
CMYK
RGB Variations
Color information
#7CE0FD (or 0x7CE0FD) is known color: Light Sky Blue. HEX triplet: 7C, E0 and FD. RGB value is (124,224,253). Sum of RGB (Red+Green+Blue) = 124+224+253=601 (79% of max value = 765). Red value is 124 (48.83% from 255 or 20.63% from 601); Green value is 224 (87.89% from 255 or 37.27% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #7CE0FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CE0FD is #831F02. Grayscale: #C5C5C5. Windows color (decimal): -8593155 or 16638076. OLE color: 16638076.
HSL color Cylindrical-coordinate representation of color #7CE0FD: hue angle of 193.49º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CE0FD is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 224 | 253 | - |
| CMYK | 0.51 | 0.11 | 0 | 0.01 |
| HSL | 193.49º | 0.97% | 0.74% | - |
| HSV(B) | 193.49º | 0.51% | 0.99% | - |
| XYZ | 52.7 | 64.69 | 102.64 | - |
| YUV | 197.41 | 159.37 | 75.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 224 | 253 | 0.51 | 0.11 | 0 | 0.01 | 193.49 | 0.97 | 0.74 |
| Hex | 7C | E0 | FD | 33 | B | 0 | 1 | C1 | 61 | 4A |
| Octal | 174 | 340 | 375 | 63 | 13 | 0 | 1 | 301 | 141 | 112 |
| Binary | 1111100 | 11100000 | 11111101 | 110011 | 1011 | 0 | 1 | 11000001 | 1100001 | 1001010 |
Color Harmonies of #7CE0FD
Complementary color
Monochromatic Colors of #7CE0FD
Black with #7CE0FD
Text Example
Text Example
White with #7CE0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE0FD; }
p { color: rgb(124,224,253); }
H1.HeaderClassName
{
color: #7CE0FD;
}
.AnyTagClassName
{
color: #7CE0FD;
}
</style>
background-color css
<style>
a { background-color: #7CE0FD; }
a { background-color: rgb(124,224,253); }
div.DivClassName
{
background-color: #7CE0FD;
}
.BgClassName
{
background-color: #7CE0FD;
}
</style>
border-color css
<style>
span { border-color: #7CE0FD; }
span { border-color: rgb(124,224,253); }
td.TdClassName
{
border-color: #7CE0FD;
}
.TagClassName
{
border-color: #7CE0FD;
}
</style>