Shades of Sky Blue #7FC0EC
Tints of Sky Blue #7FC0EC
RGB
CMYK
RGB Variations
Color information
#7FC0EC (or 0x7FC0EC) is known color: Sky Blue. HEX triplet: 7F, C0 and EC. RGB value is (127,192,236). Sum of RGB (Red+Green+Blue) = 127+192+236=555 (73% of max value = 765). Red value is 127 (50% from 255 or 22.88% from 555); Green value is 192 (75.39% from 255 or 34.59% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 236 - color contains mainly: blue. Hex color #7FC0EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FC0EC is #803F13. Grayscale: #B1B1B1. Windows color (decimal): -8404756 or 15515775. OLE color: 15515775.
HSL color Cylindrical-coordinate representation of color #7FC0EC: hue angle of 204.22º 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 #7FC0EC is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 192 | 236 | - |
| CMYK | 0.46 | 0.19 | 0 | 0.07 |
| HSL | 204.22º | 0.74% | 0.71% | - |
| HSV(B) | 204.22º | 0.46% | 0.93% | - |
| XYZ | 42.74 | 48.27 | 86.42 | - |
| YUV | 177.58 | 160.97 | 91.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 192 | 236 | 0.46 | 0.19 | 0 | 0.07 | 204.22 | 0.74 | 0.71 |
| Hex | 7F | C0 | EC | 2E | 13 | 0 | 7 | CC | 4A | 47 |
| Octal | 177 | 300 | 354 | 56 | 23 | 0 | 7 | 314 | 112 | 107 |
| Binary | 1111111 | 11000000 | 11101100 | 101110 | 10011 | 0 | 111 | 11001100 | 1001010 | 1000111 |
Color Harmonies of #7FC0EC
Complementary color
Monochromatic Colors of #7FC0EC
Black with #7FC0EC
Text Example
Text Example
White with #7FC0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC0EC; }
p { color: rgb(127,192,236); }
H1.HeaderClassName
{
color: #7FC0EC;
}
.AnyTagClassName
{
color: #7FC0EC;
}
</style>
background-color css
<style>
a { background-color: #7FC0EC; }
a { background-color: rgb(127,192,236); }
div.DivClassName
{
background-color: #7FC0EC;
}
.BgClassName
{
background-color: #7FC0EC;
}
</style>
border-color css
<style>
span { border-color: #7FC0EC; }
span { border-color: rgb(127,192,236); }
td.TdClassName
{
border-color: #7FC0EC;
}
.TagClassName
{
border-color: #7FC0EC;
}
</style>