Shades of Maya Blue #80BDFE
Tints of Maya Blue #80BDFE
RGB
CMYK
RGB Variations
Color information
#80BDFE (or 0x80BDFE) is known color: Maya Blue. HEX triplet: 80, BD and FE. RGB value is (128,189,254). Sum of RGB (Red+Green+Blue) = 128+189+254=571 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.42% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #80BDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BDFE is #7F4201. Grayscale: #B1B1B1. Windows color (decimal): -8339970 or 16694656. OLE color: 16694656.
HSL color Cylindrical-coordinate representation of color #80BDFE: hue angle of 210.95º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80BDFE is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 189 | 254 | - |
| CMYK | 0.50 | 0.26 | 0 | 0.00 |
| HSL | 210.95º | 0.98% | 0.75% | - |
| HSV(B) | 210.95º | 0.5% | 1% | - |
| XYZ | 44.99 | 48.14 | 100.69 | - |
| YUV | 178.17 | 170.79 | 92.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 189 | 254 | 0.50 | 0.26 | 0 | 0.00 | 210.95 | 0.98 | 0.75 |
| Hex | 80 | BD | FE | 32 | 1A | 0 | 0 | D3 | 62 | 4B |
| Octal | 200 | 275 | 376 | 62 | 32 | 0 | 0 | 323 | 142 | 113 |
| Binary | 10000000 | 10111101 | 11111110 | 110010 | 11010 | 0 | 0 | 11010011 | 1100010 | 1001011 |
Color Harmonies of #80BDFE
Complementary color
Monochromatic Colors of #80BDFE
Black with #80BDFE
Text Example
Text Example
White with #80BDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BDFE; }
p { color: rgb(128,189,254); }
H1.HeaderClassName
{
color: #80BDFE;
}
.AnyTagClassName
{
color: #80BDFE;
}
</style>
background-color css
<style>
a { background-color: #80BDFE; }
a { background-color: rgb(128,189,254); }
div.DivClassName
{
background-color: #80BDFE;
}
.BgClassName
{
background-color: #80BDFE;
}
</style>
border-color css
<style>
span { border-color: #80BDFE; }
span { border-color: rgb(128,189,254); }
td.TdClassName
{
border-color: #80BDFE;
}
.TagClassName
{
border-color: #80BDFE;
}
</style>