Shades of Sky Blue #7FC3EC
Tints of Sky Blue #7FC3EC
RGB
CMYK
RGB Variations
Color information
#7FC3EC (or 0x7FC3EC) is known color: Sky Blue. HEX triplet: 7F, C3 and EC. RGB value is (127,195,236). Sum of RGB (Red+Green+Blue) = 127+195+236=558 (73% of max value = 765). Red value is 127 (50% from 255 or 22.76% from 558); Green value is 195 (76.56% from 255 or 34.95% from 558); Blue value is 236 (92.58% from 255 or 42.29% from 558); Max value from RGB is 236 - color contains mainly: blue. Hex color #7FC3EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FC3EC is #803C13. Grayscale: #B3B3B3. Windows color (decimal): -8403988 or 15516543. OLE color: 15516543.
HSL color Cylindrical-coordinate representation of color #7FC3EC: hue angle of 202.57º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FC3EC is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 195 | 236 | - |
| CMYK | 0.46 | 0.17 | 0 | 0.07 |
| HSL | 202.57º | 0.74% | 0.71% | - |
| HSV(B) | 202.57º | 0.46% | 0.93% | - |
| XYZ | 43.41 | 49.6 | 86.64 | - |
| YUV | 179.34 | 159.97 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 195 | 236 | 0.46 | 0.17 | 0 | 0.07 | 202.57 | 0.74 | 0.71 |
| Hex | 7F | C3 | EC | 2E | 11 | 0 | 7 | CB | 4A | 47 |
| Octal | 177 | 303 | 354 | 56 | 21 | 0 | 7 | 313 | 112 | 107 |
| Binary | 1111111 | 11000011 | 11101100 | 101110 | 10001 | 0 | 111 | 11001011 | 1001010 | 1000111 |
Color Harmonies of #7FC3EC
Complementary color
Monochromatic Colors of #7FC3EC
Black with #7FC3EC
Text Example
Text Example
White with #7FC3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC3EC; }
p { color: rgb(127,195,236); }
H1.HeaderClassName
{
color: #7FC3EC;
}
.AnyTagClassName
{
color: #7FC3EC;
}
</style>
background-color css
<style>
a { background-color: #7FC3EC; }
a { background-color: rgb(127,195,236); }
div.DivClassName
{
background-color: #7FC3EC;
}
.BgClassName
{
background-color: #7FC3EC;
}
</style>
border-color css
<style>
span { border-color: #7FC3EC; }
span { border-color: rgb(127,195,236); }
td.TdClassName
{
border-color: #7FC3EC;
}
.TagClassName
{
border-color: #7FC3EC;
}
</style>