Shades of Sky Blue #80DBEC
Tints of Sky Blue #80DBEC
RGB
CMYK
RGB Variations
Color information
#80DBEC (or 0x80DBEC) is known color: Sky Blue. HEX triplet: 80, DB and EC. RGB value is (128,219,236). Sum of RGB (Red+Green+Blue) = 128+219+236=583 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.96% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 236 - color contains mainly: blue. Hex color #80DBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DBEC is #7F2413. Grayscale: #C1C1C1. Windows color (decimal): -8332308 or 15522688. OLE color: 15522688.
HSL color Cylindrical-coordinate representation of color #80DBEC: hue angle of 189.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 #80DBEC is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 219 | 236 | - |
| CMYK | 0.46 | 0.07 | 0 | 0.07 |
| HSL | 189.44º | 0.74% | 0.71% | - |
| HSV(B) | 189.44º | 0.46% | 0.93% | - |
| XYZ | 49.37 | 61.31 | 88.59 | - |
| YUV | 193.73 | 151.85 | 81.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 219 | 236 | 0.46 | 0.07 | 0 | 0.07 | 189.44 | 0.74 | 0.71 |
| Hex | 80 | DB | EC | 2E | 7 | 0 | 7 | BD | 4A | 47 |
| Octal | 200 | 333 | 354 | 56 | 7 | 0 | 7 | 275 | 112 | 107 |
| Binary | 10000000 | 11011011 | 11101100 | 101110 | 111 | 0 | 111 | 10111101 | 1001010 | 1000111 |
Color Harmonies of #80DBEC
Complementary color
Monochromatic Colors of #80DBEC
Black with #80DBEC
Text Example
Text Example
White with #80DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DBEC; }
p { color: rgb(128,219,236); }
H1.HeaderClassName
{
color: #80DBEC;
}
.AnyTagClassName
{
color: #80DBEC;
}
</style>
background-color css
<style>
a { background-color: #80DBEC; }
a { background-color: rgb(128,219,236); }
div.DivClassName
{
background-color: #80DBEC;
}
.BgClassName
{
background-color: #80DBEC;
}
</style>
border-color css
<style>
span { border-color: #80DBEC; }
span { border-color: rgb(128,219,236); }
td.TdClassName
{
border-color: #80DBEC;
}
.TagClassName
{
border-color: #80DBEC;
}
</style>