Shades of Light Sky Blue #7CDDFD
Tints of Light Sky Blue #7CDDFD
RGB
CMYK
RGB Variations
Color information
#7CDDFD (or 0x7CDDFD) is known color: Light Sky Blue. HEX triplet: 7C, DD and FD. RGB value is (124,221,253). Sum of RGB (Red+Green+Blue) = 124+221+253=598 (79% of max value = 765). Red value is 124 (48.83% from 255 or 20.74% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #7CDDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CDDFD is #832202. Grayscale: #C3C3C3. Windows color (decimal): -8593923 or 16637308. OLE color: 16637308.
HSL color Cylindrical-coordinate representation of color #7CDDFD: hue angle of 194.88º 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 #7CDDFD is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 221 | 253 | - |
| CMYK | 0.51 | 0.13 | 0 | 0.01 |
| HSL | 194.88º | 0.97% | 0.74% | - |
| HSV(B) | 194.88º | 0.51% | 0.99% | - |
| XYZ | 51.9 | 63.09 | 102.37 | - |
| YUV | 195.65 | 160.36 | 76.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 221 | 253 | 0.51 | 0.13 | 0 | 0.01 | 194.88 | 0.97 | 0.74 |
| Hex | 7C | DD | FD | 33 | D | 0 | 1 | C3 | 61 | 4A |
| Octal | 174 | 335 | 375 | 63 | 15 | 0 | 1 | 303 | 141 | 112 |
| Binary | 1111100 | 11011101 | 11111101 | 110011 | 1101 | 0 | 1 | 11000011 | 1100001 | 1001010 |
Color Harmonies of #7CDDFD
Complementary color
Monochromatic Colors of #7CDDFD
Black with #7CDDFD
Text Example
Text Example
White with #7CDDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDDFD; }
p { color: rgb(124,221,253); }
H1.HeaderClassName
{
color: #7CDDFD;
}
.AnyTagClassName
{
color: #7CDDFD;
}
</style>
background-color css
<style>
a { background-color: #7CDDFD; }
a { background-color: rgb(124,221,253); }
div.DivClassName
{
background-color: #7CDDFD;
}
.BgClassName
{
background-color: #7CDDFD;
}
</style>
border-color css
<style>
span { border-color: #7CDDFD; }
span { border-color: rgb(124,221,253); }
td.TdClassName
{
border-color: #7CDDFD;
}
.TagClassName
{
border-color: #7CDDFD;
}
</style>