Shades of Sky Blue #80C0EB
Tints of Sky Blue #80C0EB
RGB
CMYK
RGB Variations
Color information
#80C0EB (or 0x80C0EB) is known color: Sky Blue. HEX triplet: 80, C0 and EB. RGB value is (128,192,235). Sum of RGB (Red+Green+Blue) = 128+192+235=555 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.06% from 555); Green value is 192 (75.39% from 255 or 34.59% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 235 - color contains mainly: blue. Hex color #80C0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80C0EB is #7F3F14. Grayscale: #B1B1B1. Windows color (decimal): -8339221 or 15450240. OLE color: 15450240.
HSL color Cylindrical-coordinate representation of color #80C0EB: hue angle of 204.11º 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 #80C0EB is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 192 | 235 | - |
| CMYK | 0.46 | 0.18 | 0 | 0.08 |
| HSL | 204.11º | 0.73% | 0.71% | - |
| HSV(B) | 204.11º | 0.46% | 0.92% | - |
| XYZ | 42.75 | 48.29 | 85.66 | - |
| YUV | 177.77 | 160.3 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 192 | 235 | 0.46 | 0.18 | 0 | 0.08 | 204.11 | 0.73 | 0.71 |
| Hex | 80 | C0 | EB | 2E | 12 | 0 | 8 | CC | 49 | 47 |
| Octal | 200 | 300 | 353 | 56 | 22 | 0 | 10 | 314 | 111 | 107 |
| Binary | 10000000 | 11000000 | 11101011 | 101110 | 10010 | 0 | 1000 | 11001100 | 1001001 | 1000111 |
Color Harmonies of #80C0EB
Complementary color
Monochromatic Colors of #80C0EB
Black with #80C0EB
Text Example
Text Example
White with #80C0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C0EB; }
p { color: rgb(128,192,235); }
H1.HeaderClassName
{
color: #80C0EB;
}
.AnyTagClassName
{
color: #80C0EB;
}
</style>
background-color css
<style>
a { background-color: #80C0EB; }
a { background-color: rgb(128,192,235); }
div.DivClassName
{
background-color: #80C0EB;
}
.BgClassName
{
background-color: #80C0EB;
}
</style>
border-color css
<style>
span { border-color: #80C0EB; }
span { border-color: rgb(128,192,235); }
td.TdClassName
{
border-color: #80C0EB;
}
.TagClassName
{
border-color: #80C0EB;
}
</style>