Shades of Light Sky Blue #7CD2FF
Tints of Light Sky Blue #7CD2FF
RGB
CMYK
RGB Variations
Color information
#7CD2FF (or 0x7CD2FF) is known color: Light Sky Blue. HEX triplet: 7C, D2 and FF. RGB value is (124,210,255). Sum of RGB (Red+Green+Blue) = 124+210+255=589 (78% of max value = 765). Red value is 124 (48.83% from 255 or 21.05% from 589); Green value is 210 (82.42% from 255 or 35.65% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #7CD2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CD2FF is #832D00. Grayscale: #BDBDBD. Windows color (decimal): -8596737 or 16765564. OLE color: 16765564.
HSL color Cylindrical-coordinate representation of color #7CD2FF: hue angle of 200.61º 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 #7CD2FF is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 210 | 255 | - |
| CMYK | 0.51 | 0.18 | 0 | 0 |
| HSL | 200.61º | 1% | 0.74% | - |
| HSV(B) | 200.61º | 0.51% | 1% | - |
| XYZ | 49.41 | 57.6 | 103.12 | - |
| YUV | 189.42 | 165.01 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 210 | 255 | 0.51 | 0.18 | 0 | 0 | 200.61 | 1 | 0.74 |
| Hex | 7C | D2 | FF | 33 | 12 | 0 | 0 | C9 | 64 | 4A |
| Octal | 174 | 322 | 377 | 63 | 22 | 0 | 0 | 311 | 144 | 112 |
| Binary | 1111100 | 11010010 | 11111111 | 110011 | 10010 | 0 | 0 | 11001001 | 1100100 | 1001010 |
Color Harmonies of #7CD2FF
Complementary color
Monochromatic Colors of #7CD2FF
Black with #7CD2FF
Text Example
Text Example
White with #7CD2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CD2FF; }
p { color: rgb(124,210,255); }
H1.HeaderClassName
{
color: #7CD2FF;
}
.AnyTagClassName
{
color: #7CD2FF;
}
</style>
background-color css
<style>
a { background-color: #7CD2FF; }
a { background-color: rgb(124,210,255); }
div.DivClassName
{
background-color: #7CD2FF;
}
.BgClassName
{
background-color: #7CD2FF;
}
</style>
border-color css
<style>
span { border-color: #7CD2FF; }
span { border-color: rgb(124,210,255); }
td.TdClassName
{
border-color: #7CD2FF;
}
.TagClassName
{
border-color: #7CD2FF;
}
</style>