Shades of Sky Blue #80D1EB
Tints of Sky Blue #80D1EB
RGB
CMYK
RGB Variations
Color information
#80D1EB (or 0x80D1EB) is known color: Sky Blue. HEX triplet: 80, D1 and EB. RGB value is (128,209,235). Sum of RGB (Red+Green+Blue) = 128+209+235=572 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.38% from 572); Green value is 209 (82.03% from 255 or 36.54% from 572); Blue value is 235 (92.19% from 255 or 41.08% from 572); Max value from RGB is 235 - color contains mainly: blue. Hex color #80D1EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80D1EB is #7F2E14. Grayscale: #BBBBBB. Windows color (decimal): -8334869 or 15454592. OLE color: 15454592.
HSL color Cylindrical-coordinate representation of color #80D1EB: hue angle of 194.58º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80D1EB is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 209 | 235 | - |
| CMYK | 0.46 | 0.11 | 0 | 0.08 |
| HSL | 194.58º | 0.73% | 0.71% | - |
| HSV(B) | 194.58º | 0.46% | 0.92% | - |
| XYZ | 46.7 | 56.19 | 86.98 | - |
| YUV | 187.75 | 154.66 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 209 | 235 | 0.46 | 0.11 | 0 | 0.08 | 194.58 | 0.73 | 0.71 |
| Hex | 80 | D1 | EB | 2E | B | 0 | 8 | C3 | 49 | 47 |
| Octal | 200 | 321 | 353 | 56 | 13 | 0 | 10 | 303 | 111 | 107 |
| Binary | 10000000 | 11010001 | 11101011 | 101110 | 1011 | 0 | 1000 | 11000011 | 1001001 | 1000111 |
Color Harmonies of #80D1EB
Complementary color
Monochromatic Colors of #80D1EB
Black with #80D1EB
Text Example
Text Example
White with #80D1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D1EB; }
p { color: rgb(128,209,235); }
H1.HeaderClassName
{
color: #80D1EB;
}
.AnyTagClassName
{
color: #80D1EB;
}
</style>
background-color css
<style>
a { background-color: #80D1EB; }
a { background-color: rgb(128,209,235); }
div.DivClassName
{
background-color: #80D1EB;
}
.BgClassName
{
background-color: #80D1EB;
}
</style>
border-color css
<style>
span { border-color: #80D1EB; }
span { border-color: rgb(128,209,235); }
td.TdClassName
{
border-color: #80D1EB;
}
.TagClassName
{
border-color: #80D1EB;
}
</style>