Shades of Light Sky Blue #7CCFFF
Tints of Light Sky Blue #7CCFFF
RGB
CMYK
RGB Variations
Color information
#7CCFFF (or 0x7CCFFF) is known color: Light Sky Blue. HEX triplet: 7C, CF and FF. RGB value is (124,207,255). Sum of RGB (Red+Green+Blue) = 124+207+255=586 (77% of max value = 765). Red value is 124 (48.83% from 255 or 21.16% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #7CCFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CCFFF is #833000. Grayscale: #BBBBBB. Windows color (decimal): -8597505 or 16764796. OLE color: 16764796.
HSL color Cylindrical-coordinate representation of color #7CCFFF: hue angle of 201.98º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CCFFF is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 207 | 255 | - |
| CMYK | 0.51 | 0.19 | 0 | 0 |
| HSL | 201.98º | 1% | 0.74% | - |
| HSV(B) | 201.98º | 0.51% | 1% | - |
| XYZ | 48.68 | 56.13 | 102.88 | - |
| YUV | 187.66 | 166 | 82.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 207 | 255 | 0.51 | 0.19 | 0 | 0 | 201.98 | 1 | 0.74 |
| Hex | 7C | CF | FF | 33 | 13 | 0 | 0 | CA | 64 | 4A |
| Octal | 174 | 317 | 377 | 63 | 23 | 0 | 0 | 312 | 144 | 112 |
| Binary | 1111100 | 11001111 | 11111111 | 110011 | 10011 | 0 | 0 | 11001010 | 1100100 | 1001010 |
Color Harmonies of #7CCFFF
Complementary color
Monochromatic Colors of #7CCFFF
Black with #7CCFFF
Text Example
Text Example
White with #7CCFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCFFF; }
p { color: rgb(124,207,255); }
H1.HeaderClassName
{
color: #7CCFFF;
}
.AnyTagClassName
{
color: #7CCFFF;
}
</style>
background-color css
<style>
a { background-color: #7CCFFF; }
a { background-color: rgb(124,207,255); }
div.DivClassName
{
background-color: #7CCFFF;
}
.BgClassName
{
background-color: #7CCFFF;
}
</style>
border-color css
<style>
span { border-color: #7CCFFF; }
span { border-color: rgb(124,207,255); }
td.TdClassName
{
border-color: #7CCFFF;
}
.TagClassName
{
border-color: #7CCFFF;
}
</style>