Shades of Sky Blue #80C0EC
Tints of Sky Blue #80C0EC
RGB
CMYK
RGB Variations
Color information
#80C0EC (or 0x80C0EC) is known color: Sky Blue. HEX triplet: 80, C0 and EC. RGB value is (128,192,236). Sum of RGB (Red+Green+Blue) = 128+192+236=556 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.02% from 556); Green value is 192 (75.39% from 255 or 34.53% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 236 - color contains mainly: blue. Hex color #80C0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80C0EC is #7F3F13. Grayscale: #B1B1B1. Windows color (decimal): -8339220 or 15515776. OLE color: 15515776.
HSL color Cylindrical-coordinate representation of color #80C0EC: hue angle of 204.44º 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 #80C0EC is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 192 | 236 | - |
| CMYK | 0.46 | 0.19 | 0 | 0.07 |
| HSL | 204.44º | 0.74% | 0.71% | - |
| HSV(B) | 204.44º | 0.46% | 0.93% | - |
| XYZ | 42.89 | 48.34 | 86.43 | - |
| YUV | 177.88 | 160.8 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 192 | 236 | 0.46 | 0.19 | 0 | 0.07 | 204.44 | 0.74 | 0.71 |
| Hex | 80 | C0 | EC | 2E | 13 | 0 | 7 | CC | 4A | 47 |
| Octal | 200 | 300 | 354 | 56 | 23 | 0 | 7 | 314 | 112 | 107 |
| Binary | 10000000 | 11000000 | 11101100 | 101110 | 10011 | 0 | 111 | 11001100 | 1001010 | 1000111 |
Color Harmonies of #80C0EC
Complementary color
Monochromatic Colors of #80C0EC
Black with #80C0EC
Text Example
Text Example
White with #80C0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C0EC; }
p { color: rgb(128,192,236); }
H1.HeaderClassName
{
color: #80C0EC;
}
.AnyTagClassName
{
color: #80C0EC;
}
</style>
background-color css
<style>
a { background-color: #80C0EC; }
a { background-color: rgb(128,192,236); }
div.DivClassName
{
background-color: #80C0EC;
}
.BgClassName
{
background-color: #80C0EC;
}
</style>
border-color css
<style>
span { border-color: #80C0EC; }
span { border-color: rgb(128,192,236); }
td.TdClassName
{
border-color: #80C0EC;
}
.TagClassName
{
border-color: #80C0EC;
}
</style>