Shades of Sky Blue #80D9EE
Tints of Sky Blue #80D9EE
RGB
CMYK
RGB Variations
Color information
#80D9EE (or 0x80D9EE) is known color: Sky Blue. HEX triplet: 80, D9 and EE. RGB value is (128,217,238). Sum of RGB (Red+Green+Blue) = 128+217+238=583 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.96% from 583); Green value is 217 (85.16% from 255 or 37.22% from 583); Blue value is 238 (93.36% from 255 or 40.82% from 583); Max value from RGB is 238 - color contains mainly: blue. Hex color #80D9EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80D9EE is #7F2611. Grayscale: #C0C0C0. Windows color (decimal): -8332818 or 15653248. OLE color: 15653248.
HSL color Cylindrical-coordinate representation of color #80D9EE: hue angle of 191.45º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80D9EE is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 217 | 238 | - |
| CMYK | 0.46 | 0.09 | 0 | 0.07 |
| HSL | 191.45º | 0.76% | 0.72% | - |
| HSV(B) | 191.45º | 0.46% | 0.93% | - |
| XYZ | 49.15 | 60.39 | 89.95 | - |
| YUV | 192.78 | 153.51 | 81.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 217 | 238 | 0.46 | 0.09 | 0 | 0.07 | 191.45 | 0.76 | 0.72 |
| Hex | 80 | D9 | EE | 2E | 9 | 0 | 7 | BF | 4C | 48 |
| Octal | 200 | 331 | 356 | 56 | 11 | 0 | 7 | 277 | 114 | 110 |
| Binary | 10000000 | 11011001 | 11101110 | 101110 | 1001 | 0 | 111 | 10111111 | 1001100 | 1001000 |
Color Harmonies of #80D9EE
Complementary color
Monochromatic Colors of #80D9EE
Black with #80D9EE
Text Example
Text Example
White with #80D9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D9EE; }
p { color: rgb(128,217,238); }
H1.HeaderClassName
{
color: #80D9EE;
}
.AnyTagClassName
{
color: #80D9EE;
}
</style>
background-color css
<style>
a { background-color: #80D9EE; }
a { background-color: rgb(128,217,238); }
div.DivClassName
{
background-color: #80D9EE;
}
.BgClassName
{
background-color: #80D9EE;
}
</style>
border-color css
<style>
span { border-color: #80D9EE; }
span { border-color: rgb(128,217,238); }
td.TdClassName
{
border-color: #80D9EE;
}
.TagClassName
{
border-color: #80D9EE;
}
</style>