Shades of Light Sky Blue #7CCCFC
Tints of Light Sky Blue #7CCCFC
RGB
CMYK
RGB Variations
Color information
#7CCCFC (or 0x7CCCFC) is known color: Light Sky Blue. HEX triplet: 7C, CC and FC. RGB value is (124,204,252). Sum of RGB (Red+Green+Blue) = 124+204+252=580 (76% of max value = 765). Red value is 124 (48.83% from 255 or 21.38% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 252 (98.83% from 255 or 43.45% from 580); Max value from RGB is 252 - color contains mainly: blue. Hex color #7CCCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CCCFC is #833303. Grayscale: #B9B9B9. Windows color (decimal): -8598276 or 16567420. OLE color: 16567420.
HSL color Cylindrical-coordinate representation of color #7CCCFC: hue angle of 202.5º 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 #7CCCFC is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 204 | 252 | - |
| CMYK | 0.51 | 0.19 | 0 | 0.01 |
| HSL | 202.5º | 0.96% | 0.74% | - |
| HSV(B) | 202.5º | 0.51% | 0.99% | - |
| XYZ | 47.48 | 54.5 | 100.11 | - |
| YUV | 185.55 | 165.5 | 84.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 204 | 252 | 0.51 | 0.19 | 0 | 0.01 | 202.5 | 0.96 | 0.74 |
| Hex | 7C | CC | FC | 33 | 13 | 0 | 1 | CA | 60 | 4A |
| Octal | 174 | 314 | 374 | 63 | 23 | 0 | 1 | 312 | 140 | 112 |
| Binary | 1111100 | 11001100 | 11111100 | 110011 | 10011 | 0 | 1 | 11001010 | 1100000 | 1001010 |
Color Harmonies of #7CCCFC
Complementary color
Monochromatic Colors of #7CCCFC
Black with #7CCCFC
Text Example
Text Example
White with #7CCCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCCFC; }
p { color: rgb(124,204,252); }
H1.HeaderClassName
{
color: #7CCCFC;
}
.AnyTagClassName
{
color: #7CCCFC;
}
</style>
background-color css
<style>
a { background-color: #7CCCFC; }
a { background-color: rgb(124,204,252); }
div.DivClassName
{
background-color: #7CCCFC;
}
.BgClassName
{
background-color: #7CCCFC;
}
</style>
border-color css
<style>
span { border-color: #7CCCFC; }
span { border-color: rgb(124,204,252); }
td.TdClassName
{
border-color: #7CCCFC;
}
.TagClassName
{
border-color: #7CCCFC;
}
</style>