Shades of Sky Blue #80BDEA
Tints of Sky Blue #80BDEA
RGB
CMYK
RGB Variations
Color information
#80BDEA (or 0x80BDEA) is known color: Sky Blue. HEX triplet: 80, BD and EA. RGB value is (128,189,234). Sum of RGB (Red+Green+Blue) = 128+189+234=551 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.23% from 551); Green value is 189 (74.22% from 255 or 34.30% from 551); Blue value is 234 (91.80% from 255 or 42.47% from 551); Max value from RGB is 234 - color contains mainly: blue. Hex color #80BDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BDEA is #7F4215. Grayscale: #AFAFAF. Windows color (decimal): -8339990 or 15383936. OLE color: 15383936.
HSL color Cylindrical-coordinate representation of color #80BDEA: hue angle of 205.47º 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 #80BDEA is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 189 | 234 | - |
| CMYK | 0.45 | 0.19 | 0 | 0.08 |
| HSL | 205.47º | 0.72% | 0.71% | - |
| HSV(B) | 205.47º | 0.45% | 0.92% | - |
| XYZ | 41.95 | 46.92 | 84.69 | - |
| YUV | 175.89 | 160.79 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 189 | 234 | 0.45 | 0.19 | 0 | 0.08 | 205.47 | 0.72 | 0.71 |
| Hex | 80 | BD | EA | 2D | 13 | 0 | 8 | CD | 48 | 47 |
| Octal | 200 | 275 | 352 | 55 | 23 | 0 | 10 | 315 | 110 | 107 |
| Binary | 10000000 | 10111101 | 11101010 | 101101 | 10011 | 0 | 1000 | 11001101 | 1001000 | 1000111 |
Color Harmonies of #80BDEA
Complementary color
Monochromatic Colors of #80BDEA
Black with #80BDEA
Text Example
Text Example
White with #80BDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BDEA; }
p { color: rgb(128,189,234); }
H1.HeaderClassName
{
color: #80BDEA;
}
.AnyTagClassName
{
color: #80BDEA;
}
</style>
background-color css
<style>
a { background-color: #80BDEA; }
a { background-color: rgb(128,189,234); }
div.DivClassName
{
background-color: #80BDEA;
}
.BgClassName
{
background-color: #80BDEA;
}
</style>
border-color css
<style>
span { border-color: #80BDEA; }
span { border-color: rgb(128,189,234); }
td.TdClassName
{
border-color: #80BDEA;
}
.TagClassName
{
border-color: #80BDEA;
}
</style>