Shades of Maya Blue #80BCFF
Tints of Maya Blue #80BCFF
RGB
CMYK
RGB Variations
Color information
#80BCFF (or 0x80BCFF) is known color: Maya Blue. HEX triplet: 80, BC and FF. RGB value is (128,188,255). Sum of RGB (Red+Green+Blue) = 128+188+255=571 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.42% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #80BCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BCFF is #7F4300. Grayscale: #B1B1B1. Windows color (decimal): -8340225 or 16759936. OLE color: 16759936.
HSL color Cylindrical-coordinate representation of color #80BCFF: hue angle of 211.65º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80BCFF is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 188 | 255 | - |
| CMYK | 0.50 | 0.26 | 0 | 0 |
| HSL | 211.65º | 1% | 0.75% | - |
| HSV(B) | 211.65º | 0.5% | 1% | - |
| XYZ | 44.94 | 47.78 | 101.46 | - |
| YUV | 177.7 | 171.62 | 92.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 188 | 255 | 0.50 | 0.26 | 0 | 0 | 211.65 | 1 | 0.75 |
| Hex | 80 | BC | FF | 32 | 1A | 0 | 0 | D4 | 64 | 4B |
| Octal | 200 | 274 | 377 | 62 | 32 | 0 | 0 | 324 | 144 | 113 |
| Binary | 10000000 | 10111100 | 11111111 | 110010 | 11010 | 0 | 0 | 11010100 | 1100100 | 1001011 |
Color Harmonies of #80BCFF
Complementary color
Monochromatic Colors of #80BCFF
Black with #80BCFF
Text Example
Text Example
White with #80BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BCFF; }
p { color: rgb(128,188,255); }
H1.HeaderClassName
{
color: #80BCFF;
}
.AnyTagClassName
{
color: #80BCFF;
}
</style>
background-color css
<style>
a { background-color: #80BCFF; }
a { background-color: rgb(128,188,255); }
div.DivClassName
{
background-color: #80BCFF;
}
.BgClassName
{
background-color: #80BCFF;
}
</style>
border-color css
<style>
span { border-color: #80BCFF; }
span { border-color: rgb(128,188,255); }
td.TdClassName
{
border-color: #80BCFF;
}
.TagClassName
{
border-color: #80BCFF;
}
</style>