Shades of Maya Blue #80BCFE
Tints of Maya Blue #80BCFE
RGB
CMYK
RGB Variations
Color information
#80BCFE (or 0x80BCFE) is known color: Maya Blue. HEX triplet: 80, BC and FE. RGB value is (128,188,254). Sum of RGB (Red+Green+Blue) = 128+188+254=570 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.46% from 570); Green value is 188 (73.83% from 255 or 32.98% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #80BCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BCFE is #7F4301. Grayscale: #B1B1B1. Windows color (decimal): -8340226 or 16694400. OLE color: 16694400.
HSL color Cylindrical-coordinate representation of color #80BCFE: hue angle of 211.43º 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 #80BCFE is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 188 | 254 | - |
| CMYK | 0.50 | 0.26 | 0 | 0.00 |
| HSL | 211.43º | 0.98% | 0.75% | - |
| HSV(B) | 211.43º | 0.5% | 1% | - |
| XYZ | 44.77 | 47.71 | 100.62 | - |
| YUV | 177.58 | 171.12 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 188 | 254 | 0.50 | 0.26 | 0 | 0.00 | 211.43 | 0.98 | 0.75 |
| Hex | 80 | BC | FE | 32 | 1A | 0 | 0 | D3 | 62 | 4B |
| Octal | 200 | 274 | 376 | 62 | 32 | 0 | 0 | 323 | 142 | 113 |
| Binary | 10000000 | 10111100 | 11111110 | 110010 | 11010 | 0 | 0 | 11010011 | 1100010 | 1001011 |
Color Harmonies of #80BCFE
Complementary color
Monochromatic Colors of #80BCFE
Black with #80BCFE
Text Example
Text Example
White with #80BCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BCFE; }
p { color: rgb(128,188,254); }
H1.HeaderClassName
{
color: #80BCFE;
}
.AnyTagClassName
{
color: #80BCFE;
}
</style>
background-color css
<style>
a { background-color: #80BCFE; }
a { background-color: rgb(128,188,254); }
div.DivClassName
{
background-color: #80BCFE;
}
.BgClassName
{
background-color: #80BCFE;
}
</style>
border-color css
<style>
span { border-color: #80BCFE; }
span { border-color: rgb(128,188,254); }
td.TdClassName
{
border-color: #80BCFE;
}
.TagClassName
{
border-color: #80BCFE;
}
</style>