Shades of Sky Blue #80D8EC
Tints of Sky Blue #80D8EC
RGB
CMYK
RGB Variations
Color information
#80D8EC (or 0x80D8EC) is known color: Sky Blue. HEX triplet: 80, D8 and EC. RGB value is (128,216,236). Sum of RGB (Red+Green+Blue) = 128+216+236=580 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.07% from 580); Green value is 216 (84.77% from 255 or 37.24% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 236 - color contains mainly: blue. Hex color #80D8EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80D8EC is #7F2713. Grayscale: #BFBFBF. Windows color (decimal): -8333076 or 15521920. OLE color: 15521920.
HSL color Cylindrical-coordinate representation of color #80D8EC: hue angle of 191.11º 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 #80D8EC is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 216 | 236 | - |
| CMYK | 0.46 | 0.08 | 0 | 0.07 |
| HSL | 191.11º | 0.74% | 0.71% | - |
| HSV(B) | 191.11º | 0.46% | 0.93% | - |
| XYZ | 48.6 | 59.76 | 88.33 | - |
| YUV | 191.97 | 152.85 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 216 | 236 | 0.46 | 0.08 | 0 | 0.07 | 191.11 | 0.74 | 0.71 |
| Hex | 80 | D8 | EC | 2E | 8 | 0 | 7 | BF | 4A | 47 |
| Octal | 200 | 330 | 354 | 56 | 10 | 0 | 7 | 277 | 112 | 107 |
| Binary | 10000000 | 11011000 | 11101100 | 101110 | 1000 | 0 | 111 | 10111111 | 1001010 | 1000111 |
Color Harmonies of #80D8EC
Complementary color
Monochromatic Colors of #80D8EC
Black with #80D8EC
Text Example
Text Example
White with #80D8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D8EC; }
p { color: rgb(128,216,236); }
H1.HeaderClassName
{
color: #80D8EC;
}
.AnyTagClassName
{
color: #80D8EC;
}
</style>
background-color css
<style>
a { background-color: #80D8EC; }
a { background-color: rgb(128,216,236); }
div.DivClassName
{
background-color: #80D8EC;
}
.BgClassName
{
background-color: #80D8EC;
}
</style>
border-color css
<style>
span { border-color: #80D8EC; }
span { border-color: rgb(128,216,236); }
td.TdClassName
{
border-color: #80D8EC;
}
.TagClassName
{
border-color: #80D8EC;
}
</style>