Shades of Light Sky Blue #7CCFFC
Tints of Light Sky Blue #7CCFFC
RGB
CMYK
RGB Variations
Color information
#7CCFFC (or 0x7CCFFC) is known color: Light Sky Blue. HEX triplet: 7C, CF and FC. RGB value is (124,207,252). Sum of RGB (Red+Green+Blue) = 124+207+252=583 (77% of max value = 765). Red value is 124 (48.83% from 255 or 21.27% from 583); Green value is 207 (81.25% from 255 or 35.51% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #7CCFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CCFFC is #833003. Grayscale: #BBBBBB. Windows color (decimal): -8597508 or 16568188. OLE color: 16568188.
HSL color Cylindrical-coordinate representation of color #7CCFFC: hue angle of 201.09º 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 #7CCFFC is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 207 | 252 | - |
| CMYK | 0.51 | 0.18 | 0 | 0.01 |
| HSL | 201.09º | 0.96% | 0.74% | - |
| HSV(B) | 201.09º | 0.51% | 0.99% | - |
| XYZ | 48.2 | 55.94 | 100.35 | - |
| YUV | 187.31 | 164.5 | 82.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 207 | 252 | 0.51 | 0.18 | 0 | 0.01 | 201.09 | 0.96 | 0.74 |
| Hex | 7C | CF | FC | 33 | 12 | 0 | 1 | C9 | 60 | 4A |
| Octal | 174 | 317 | 374 | 63 | 22 | 0 | 1 | 311 | 140 | 112 |
| Binary | 1111100 | 11001111 | 11111100 | 110011 | 10010 | 0 | 1 | 11001001 | 1100000 | 1001010 |
Color Harmonies of #7CCFFC
Complementary color
Monochromatic Colors of #7CCFFC
Black with #7CCFFC
Text Example
Text Example
White with #7CCFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCFFC; }
p { color: rgb(124,207,252); }
H1.HeaderClassName
{
color: #7CCFFC;
}
.AnyTagClassName
{
color: #7CCFFC;
}
</style>
background-color css
<style>
a { background-color: #7CCFFC; }
a { background-color: rgb(124,207,252); }
div.DivClassName
{
background-color: #7CCFFC;
}
.BgClassName
{
background-color: #7CCFFC;
}
</style>
border-color css
<style>
span { border-color: #7CCFFC; }
span { border-color: rgb(124,207,252); }
td.TdClassName
{
border-color: #7CCFFC;
}
.TagClassName
{
border-color: #7CCFFC;
}
</style>