Shades of Sky Blue #80C0EA
Tints of Sky Blue #80C0EA
RGB
CMYK
RGB Variations
Color information
#80C0EA (or 0x80C0EA) is known color: Sky Blue. HEX triplet: 80, C0 and EA. RGB value is (128,192,234). Sum of RGB (Red+Green+Blue) = 128+192+234=554 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.10% from 554); Green value is 192 (75.39% from 255 or 34.66% from 554); Blue value is 234 (91.80% from 255 or 42.24% from 554); Max value from RGB is 234 - color contains mainly: blue. Hex color #80C0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80C0EA is #7F3F15. Grayscale: #B1B1B1. Windows color (decimal): -8339222 or 15384704. OLE color: 15384704.
HSL color Cylindrical-coordinate representation of color #80C0EA: hue angle of 203.77º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80C0EA is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 192 | 234 | - |
| CMYK | 0.45 | 0.18 | 0 | 0.08 |
| HSL | 203.77º | 0.72% | 0.71% | - |
| HSV(B) | 203.77º | 0.45% | 0.92% | - |
| XYZ | 42.6 | 48.23 | 84.91 | - |
| YUV | 177.65 | 159.8 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 192 | 234 | 0.45 | 0.18 | 0 | 0.08 | 203.77 | 0.72 | 0.71 |
| Hex | 80 | C0 | EA | 2D | 12 | 0 | 8 | CC | 48 | 47 |
| Octal | 200 | 300 | 352 | 55 | 22 | 0 | 10 | 314 | 110 | 107 |
| Binary | 10000000 | 11000000 | 11101010 | 101101 | 10010 | 0 | 1000 | 11001100 | 1001000 | 1000111 |
Color Harmonies of #80C0EA
Complementary color
Monochromatic Colors of #80C0EA
Black with #80C0EA
Text Example
Text Example
White with #80C0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C0EA; }
p { color: rgb(128,192,234); }
H1.HeaderClassName
{
color: #80C0EA;
}
.AnyTagClassName
{
color: #80C0EA;
}
</style>
background-color css
<style>
a { background-color: #80C0EA; }
a { background-color: rgb(128,192,234); }
div.DivClassName
{
background-color: #80C0EA;
}
.BgClassName
{
background-color: #80C0EA;
}
</style>
border-color css
<style>
span { border-color: #80C0EA; }
span { border-color: rgb(128,192,234); }
td.TdClassName
{
border-color: #80C0EA;
}
.TagClassName
{
border-color: #80C0EA;
}
</style>