Shades of Sky Blue #80D6EC
Tints of Sky Blue #80D6EC
RGB
CMYK
RGB Variations
Color information
#80D6EC (or 0x80D6EC) is known color: Sky Blue. HEX triplet: 80, D6 and EC. RGB value is (128,214,236). Sum of RGB (Red+Green+Blue) = 128+214+236=578 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.15% from 578); Green value is 214 (83.98% from 255 or 37.02% from 578); Blue value is 236 (92.58% from 255 or 40.83% from 578); Max value from RGB is 236 - color contains mainly: blue. Hex color #80D6EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80D6EC is #7F2913. Grayscale: #BEBEBE. Windows color (decimal): -8333588 or 15521408. OLE color: 15521408.
HSL color Cylindrical-coordinate representation of color #80D6EC: hue angle of 192.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 #80D6EC is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 214 | 236 | - |
| CMYK | 0.46 | 0.09 | 0 | 0.07 |
| HSL | 192.22º | 0.74% | 0.71% | - |
| HSV(B) | 192.22º | 0.46% | 0.93% | - |
| XYZ | 48.09 | 58.74 | 88.16 | - |
| YUV | 190.79 | 153.51 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 214 | 236 | 0.46 | 0.09 | 0 | 0.07 | 192.22 | 0.74 | 0.71 |
| Hex | 80 | D6 | EC | 2E | 9 | 0 | 7 | C0 | 4A | 47 |
| Octal | 200 | 326 | 354 | 56 | 11 | 0 | 7 | 300 | 112 | 107 |
| Binary | 10000000 | 11010110 | 11101100 | 101110 | 1001 | 0 | 111 | 11000000 | 1001010 | 1000111 |
Color Harmonies of #80D6EC
Complementary color
Monochromatic Colors of #80D6EC
Black with #80D6EC
Text Example
Text Example
White with #80D6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D6EC; }
p { color: rgb(128,214,236); }
H1.HeaderClassName
{
color: #80D6EC;
}
.AnyTagClassName
{
color: #80D6EC;
}
</style>
background-color css
<style>
a { background-color: #80D6EC; }
a { background-color: rgb(128,214,236); }
div.DivClassName
{
background-color: #80D6EC;
}
.BgClassName
{
background-color: #80D6EC;
}
</style>
border-color css
<style>
span { border-color: #80D6EC; }
span { border-color: rgb(128,214,236); }
td.TdClassName
{
border-color: #80D6EC;
}
.TagClassName
{
border-color: #80D6EC;
}
</style>