Shades of Maya Blue #84BAFF
Tints of Maya Blue #84BAFF
RGB
CMYK
RGB Variations
Color information
#84BAFF (or 0x84BAFF) is known color: Maya Blue. HEX triplet: 84, BA and FF. RGB value is (132,186,255). Sum of RGB (Red+Green+Blue) = 132+186+255=573 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.04% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #84BAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BAFF is #7B4500. Grayscale: #B1B1B1. Windows color (decimal): -8078593 or 16759428. OLE color: 16759428.
HSL color Cylindrical-coordinate representation of color #84BAFF: hue angle of 213.66º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84BAFF is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 186 | 255 | - |
| CMYK | 0.48 | 0.27 | 0 | 0 |
| HSL | 213.66º | 1% | 0.76% | - |
| HSV(B) | 213.66º | 0.48% | 1% | - |
| XYZ | 45.12 | 47.24 | 101.35 | - |
| YUV | 177.72 | 171.61 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 186 | 255 | 0.48 | 0.27 | 0 | 0 | 213.66 | 1 | 0.76 |
| Hex | 84 | BA | FF | 30 | 1B | 0 | 0 | D6 | 64 | 4C |
| Octal | 204 | 272 | 377 | 60 | 33 | 0 | 0 | 326 | 144 | 114 |
| Binary | 10000100 | 10111010 | 11111111 | 110000 | 11011 | 0 | 0 | 11010110 | 1100100 | 1001100 |
Color Harmonies of #84BAFF
Complementary color
Monochromatic Colors of #84BAFF
Black with #84BAFF
Text Example
Text Example
White with #84BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BAFF; }
p { color: rgb(132,186,255); }
H1.HeaderClassName
{
color: #84BAFF;
}
.AnyTagClassName
{
color: #84BAFF;
}
</style>
background-color css
<style>
a { background-color: #84BAFF; }
a { background-color: rgb(132,186,255); }
div.DivClassName
{
background-color: #84BAFF;
}
.BgClassName
{
background-color: #84BAFF;
}
</style>
border-color css
<style>
span { border-color: #84BAFF; }
span { border-color: rgb(132,186,255); }
td.TdClassName
{
border-color: #84BAFF;
}
.TagClassName
{
border-color: #84BAFF;
}
</style>