Shades of Light Sky Blue #7CDDFC
Tints of Light Sky Blue #7CDDFC
RGB
CMYK
RGB Variations
Color information
#7CDDFC (or 0x7CDDFC) is known color: Light Sky Blue. HEX triplet: 7C, DD and FC. RGB value is (124,221,252). Sum of RGB (Red+Green+Blue) = 124+221+252=597 (79% of max value = 765). Red value is 124 (48.83% from 255 or 20.77% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #7CDDFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CDDFC is #832203. Grayscale: #C3C3C3. Windows color (decimal): -8593924 or 16571772. OLE color: 16571772.
HSL color Cylindrical-coordinate representation of color #7CDDFC: hue angle of 194.53º degrees, saturation: 0.96, 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 #7CDDFC is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 221 | 252 | - |
| CMYK | 0.51 | 0.12 | 0 | 0.01 |
| HSL | 194.53º | 0.96% | 0.74% | - |
| HSV(B) | 194.53º | 0.51% | 0.99% | - |
| XYZ | 51.74 | 63.03 | 101.53 | - |
| YUV | 195.53 | 159.86 | 76.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 221 | 252 | 0.51 | 0.12 | 0 | 0.01 | 194.53 | 0.96 | 0.74 |
| Hex | 7C | DD | FC | 33 | C | 0 | 1 | C3 | 60 | 4A |
| Octal | 174 | 335 | 374 | 63 | 14 | 0 | 1 | 303 | 140 | 112 |
| Binary | 1111100 | 11011101 | 11111100 | 110011 | 1100 | 0 | 1 | 11000011 | 1100000 | 1001010 |
Color Harmonies of #7CDDFC
Complementary color
Monochromatic Colors of #7CDDFC
Black with #7CDDFC
Text Example
Text Example
White with #7CDDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDDFC; }
p { color: rgb(124,221,252); }
H1.HeaderClassName
{
color: #7CDDFC;
}
.AnyTagClassName
{
color: #7CDDFC;
}
</style>
background-color css
<style>
a { background-color: #7CDDFC; }
a { background-color: rgb(124,221,252); }
div.DivClassName
{
background-color: #7CDDFC;
}
.BgClassName
{
background-color: #7CDDFC;
}
</style>
border-color css
<style>
span { border-color: #7CDDFC; }
span { border-color: rgb(124,221,252); }
td.TdClassName
{
border-color: #7CDDFC;
}
.TagClassName
{
border-color: #7CDDFC;
}
</style>