Shades of Sky Blue #80D1EC
Tints of Sky Blue #80D1EC
RGB
CMYK
RGB Variations
Color information
#80D1EC (or 0x80D1EC) is known color: Sky Blue. HEX triplet: 80, D1 and EC. RGB value is (128,209,236). Sum of RGB (Red+Green+Blue) = 128+209+236=573 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.34% from 573); Green value is 209 (82.03% from 255 or 36.47% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 236 - color contains mainly: blue. Hex color #80D1EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80D1EC is #7F2E13. Grayscale: #BBBBBB. Windows color (decimal): -8334868 or 15520128. OLE color: 15520128.
HSL color Cylindrical-coordinate representation of color #80D1EC: hue angle of 195º 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 #80D1EC is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 209 | 236 | - |
| CMYK | 0.46 | 0.11 | 0 | 0.07 |
| HSL | 195º | 0.74% | 0.71% | - |
| HSV(B) | 195º | 0.46% | 0.93% | - |
| XYZ | 46.84 | 56.25 | 87.74 | - |
| YUV | 187.86 | 155.16 | 85.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 209 | 236 | 0.46 | 0.11 | 0 | 0.07 | 195 | 0.74 | 0.71 |
| Hex | 80 | D1 | EC | 2E | B | 0 | 7 | C3 | 4A | 47 |
| Octal | 200 | 321 | 354 | 56 | 13 | 0 | 7 | 303 | 112 | 107 |
| Binary | 10000000 | 11010001 | 11101100 | 101110 | 1011 | 0 | 111 | 11000011 | 1001010 | 1000111 |
Color Harmonies of #80D1EC
Complementary color
Monochromatic Colors of #80D1EC
Black with #80D1EC
Text Example
Text Example
White with #80D1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D1EC; }
p { color: rgb(128,209,236); }
H1.HeaderClassName
{
color: #80D1EC;
}
.AnyTagClassName
{
color: #80D1EC;
}
</style>
background-color css
<style>
a { background-color: #80D1EC; }
a { background-color: rgb(128,209,236); }
div.DivClassName
{
background-color: #80D1EC;
}
.BgClassName
{
background-color: #80D1EC;
}
</style>
border-color css
<style>
span { border-color: #80D1EC; }
span { border-color: rgb(128,209,236); }
td.TdClassName
{
border-color: #80D1EC;
}
.TagClassName
{
border-color: #80D1EC;
}
</style>