Shades of Sky Blue #80DDEC
Tints of Sky Blue #80DDEC
RGB
CMYK
RGB Variations
Color information
#80DDEC (or 0x80DDEC) is known color: Sky Blue. HEX triplet: 80, DD and EC. RGB value is (128,221,236). Sum of RGB (Red+Green+Blue) = 128+221+236=585 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.88% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: blue. Hex color #80DDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DDEC is #7F2213. Grayscale: #C2C2C2. Windows color (decimal): -8331796 or 15523200. OLE color: 15523200.
HSL color Cylindrical-coordinate representation of color #80DDEC: hue angle of 188.33º 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 #80DDEC is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 221 | 236 | - |
| CMYK | 0.46 | 0.06 | 0 | 0.07 |
| HSL | 188.33º | 0.74% | 0.71% | - |
| HSV(B) | 188.33º | 0.46% | 0.93% | - |
| XYZ | 49.9 | 62.36 | 88.76 | - |
| YUV | 194.9 | 151.19 | 80.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 221 | 236 | 0.46 | 0.06 | 0 | 0.07 | 188.33 | 0.74 | 0.71 |
| Hex | 80 | DD | EC | 2E | 6 | 0 | 7 | BC | 4A | 47 |
| Octal | 200 | 335 | 354 | 56 | 6 | 0 | 7 | 274 | 112 | 107 |
| Binary | 10000000 | 11011101 | 11101100 | 101110 | 110 | 0 | 111 | 10111100 | 1001010 | 1000111 |
Color Harmonies of #80DDEC
Complementary color
Monochromatic Colors of #80DDEC
Black with #80DDEC
Text Example
Text Example
White with #80DDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DDEC; }
p { color: rgb(128,221,236); }
H1.HeaderClassName
{
color: #80DDEC;
}
.AnyTagClassName
{
color: #80DDEC;
}
</style>
background-color css
<style>
a { background-color: #80DDEC; }
a { background-color: rgb(128,221,236); }
div.DivClassName
{
background-color: #80DDEC;
}
.BgClassName
{
background-color: #80DDEC;
}
</style>
border-color css
<style>
span { border-color: #80DDEC; }
span { border-color: rgb(128,221,236); }
td.TdClassName
{
border-color: #80DDEC;
}
.TagClassName
{
border-color: #80DDEC;
}
</style>