Shades of Light Sky Blue #7CCEFC
Tints of Light Sky Blue #7CCEFC
RGB
CMYK
RGB Variations
Color information
#7CCEFC (or 0x7CCEFC) is known color: Light Sky Blue. HEX triplet: 7C, CE and FC. RGB value is (124,206,252). Sum of RGB (Red+Green+Blue) = 124+206+252=582 (77% of max value = 765). Red value is 124 (48.83% from 255 or 21.31% from 582); Green value is 206 (80.86% from 255 or 35.40% from 582); Blue value is 252 (98.83% from 255 or 43.30% from 582); Max value from RGB is 252 - color contains mainly: blue. Hex color #7CCEFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CCEFC is #833103. Grayscale: #BABABA. Windows color (decimal): -8597764 or 16567932. OLE color: 16567932.
HSL color Cylindrical-coordinate representation of color #7CCEFC: hue angle of 201.56º 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 #7CCEFC is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 206 | 252 | - |
| CMYK | 0.51 | 0.18 | 0 | 0.01 |
| HSL | 201.56º | 0.96% | 0.74% | - |
| HSV(B) | 201.56º | 0.51% | 0.99% | - |
| XYZ | 47.95 | 55.46 | 100.27 | - |
| YUV | 186.73 | 164.83 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 206 | 252 | 0.51 | 0.18 | 0 | 0.01 | 201.56 | 0.96 | 0.74 |
| Hex | 7C | CE | FC | 33 | 12 | 0 | 1 | CA | 60 | 4A |
| Octal | 174 | 316 | 374 | 63 | 22 | 0 | 1 | 312 | 140 | 112 |
| Binary | 1111100 | 11001110 | 11111100 | 110011 | 10010 | 0 | 1 | 11001010 | 1100000 | 1001010 |
Color Harmonies of #7CCEFC
Complementary color
Monochromatic Colors of #7CCEFC
Black with #7CCEFC
Text Example
Text Example
White with #7CCEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCEFC; }
p { color: rgb(124,206,252); }
H1.HeaderClassName
{
color: #7CCEFC;
}
.AnyTagClassName
{
color: #7CCEFC;
}
</style>
background-color css
<style>
a { background-color: #7CCEFC; }
a { background-color: rgb(124,206,252); }
div.DivClassName
{
background-color: #7CCEFC;
}
.BgClassName
{
background-color: #7CCEFC;
}
</style>
border-color css
<style>
span { border-color: #7CCEFC; }
span { border-color: rgb(124,206,252); }
td.TdClassName
{
border-color: #7CCEFC;
}
.TagClassName
{
border-color: #7CCEFC;
}
</style>