Shades of Light Sky Blue #7CD3FF
Tints of Light Sky Blue #7CD3FF
RGB
CMYK
RGB Variations
Color information
#7CD3FF (or 0x7CD3FF) is known color: Light Sky Blue. HEX triplet: 7C, D3 and FF. RGB value is (124,211,255). Sum of RGB (Red+Green+Blue) = 124+211+255=590 (78% of max value = 765). Red value is 124 (48.83% from 255 or 21.02% from 590); Green value is 211 (82.81% from 255 or 35.76% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #7CD3FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CD3FF is #832C00. Grayscale: #BDBDBD. Windows color (decimal): -8596481 or 16765820. OLE color: 16765820.
HSL color Cylindrical-coordinate representation of color #7CD3FF: hue angle of 200.15º 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 #7CD3FF is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 211 | 255 | - |
| CMYK | 0.51 | 0.17 | 0 | 0 |
| HSL | 200.15º | 1% | 0.74% | - |
| HSV(B) | 200.15º | 0.51% | 1% | - |
| XYZ | 49.66 | 58.09 | 103.2 | - |
| YUV | 190 | 164.68 | 80.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 211 | 255 | 0.51 | 0.17 | 0 | 0 | 200.15 | 1 | 0.74 |
| Hex | 7C | D3 | FF | 33 | 11 | 0 | 0 | C8 | 64 | 4A |
| Octal | 174 | 323 | 377 | 63 | 21 | 0 | 0 | 310 | 144 | 112 |
| Binary | 1111100 | 11010011 | 11111111 | 110011 | 10001 | 0 | 0 | 11001000 | 1100100 | 1001010 |
Color Harmonies of #7CD3FF
Complementary color
Monochromatic Colors of #7CD3FF
Black with #7CD3FF
Text Example
Text Example
White with #7CD3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CD3FF; }
p { color: rgb(124,211,255); }
H1.HeaderClassName
{
color: #7CD3FF;
}
.AnyTagClassName
{
color: #7CD3FF;
}
</style>
background-color css
<style>
a { background-color: #7CD3FF; }
a { background-color: rgb(124,211,255); }
div.DivClassName
{
background-color: #7CD3FF;
}
.BgClassName
{
background-color: #7CD3FF;
}
</style>
border-color css
<style>
span { border-color: #7CD3FF; }
span { border-color: rgb(124,211,255); }
td.TdClassName
{
border-color: #7CD3FF;
}
.TagClassName
{
border-color: #7CD3FF;
}
</style>