Shades of Sky Blue #80BFEA
Tints of Sky Blue #80BFEA
RGB
CMYK
RGB Variations
Color information
#80BFEA (or 0x80BFEA) is known color: Sky Blue. HEX triplet: 80, BF and EA. RGB value is (128,191,234). Sum of RGB (Red+Green+Blue) = 128+191+234=553 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.15% from 553); Green value is 191 (75% from 255 or 34.54% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #80BFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BFEA is #7F4015. Grayscale: #B0B0B0. Windows color (decimal): -8339478 or 15384448. OLE color: 15384448.
HSL color Cylindrical-coordinate representation of color #80BFEA: hue angle of 204.34º 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 #80BFEA is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 191 | 234 | - |
| CMYK | 0.45 | 0.18 | 0 | 0.08 |
| HSL | 204.34º | 0.72% | 0.71% | - |
| HSV(B) | 204.34º | 0.45% | 0.92% | - |
| XYZ | 42.38 | 47.79 | 84.83 | - |
| YUV | 177.07 | 160.13 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 191 | 234 | 0.45 | 0.18 | 0 | 0.08 | 204.34 | 0.72 | 0.71 |
| Hex | 80 | BF | EA | 2D | 12 | 0 | 8 | CC | 48 | 47 |
| Octal | 200 | 277 | 352 | 55 | 22 | 0 | 10 | 314 | 110 | 107 |
| Binary | 10000000 | 10111111 | 11101010 | 101101 | 10010 | 0 | 1000 | 11001100 | 1001000 | 1000111 |
Color Harmonies of #80BFEA
Complementary color
Monochromatic Colors of #80BFEA
Black with #80BFEA
Text Example
Text Example
White with #80BFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BFEA; }
p { color: rgb(128,191,234); }
H1.HeaderClassName
{
color: #80BFEA;
}
.AnyTagClassName
{
color: #80BFEA;
}
</style>
background-color css
<style>
a { background-color: #80BFEA; }
a { background-color: rgb(128,191,234); }
div.DivClassName
{
background-color: #80BFEA;
}
.BgClassName
{
background-color: #80BFEA;
}
</style>
border-color css
<style>
span { border-color: #80BFEA; }
span { border-color: rgb(128,191,234); }
td.TdClassName
{
border-color: #80BFEA;
}
.TagClassName
{
border-color: #80BFEA;
}
</style>