Shades of Maya Blue #84BAFE
Tints of Maya Blue #84BAFE
RGB
CMYK
RGB Variations
Color information
#84BAFE (or 0x84BAFE) is known color: Maya Blue. HEX triplet: 84, BA and FE. RGB value is (132,186,254). Sum of RGB (Red+Green+Blue) = 132+186+254=572 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.08% from 572); Green value is 186 (73.05% from 255 or 32.52% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #84BAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BAFE is #7B4501. Grayscale: #B1B1B1. Windows color (decimal): -8078594 or 16693892. OLE color: 16693892.
HSL color Cylindrical-coordinate representation of color #84BAFE: hue angle of 213.44º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84BAFE is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 186 | 254 | - |
| CMYK | 0.48 | 0.27 | 0 | 0.00 |
| HSL | 213.44º | 0.98% | 0.76% | - |
| HSV(B) | 213.44º | 0.48% | 1% | - |
| XYZ | 44.96 | 47.18 | 100.5 | - |
| YUV | 177.61 | 171.11 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 186 | 254 | 0.48 | 0.27 | 0 | 0.00 | 213.44 | 0.98 | 0.76 |
| Hex | 84 | BA | FE | 30 | 1B | 0 | 0 | D5 | 62 | 4C |
| Octal | 204 | 272 | 376 | 60 | 33 | 0 | 0 | 325 | 142 | 114 |
| Binary | 10000100 | 10111010 | 11111110 | 110000 | 11011 | 0 | 0 | 11010101 | 1100010 | 1001100 |
Color Harmonies of #84BAFE
Complementary color
Monochromatic Colors of #84BAFE
Black with #84BAFE
Text Example
Text Example
White with #84BAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BAFE; }
p { color: rgb(132,186,254); }
H1.HeaderClassName
{
color: #84BAFE;
}
.AnyTagClassName
{
color: #84BAFE;
}
</style>
background-color css
<style>
a { background-color: #84BAFE; }
a { background-color: rgb(132,186,254); }
div.DivClassName
{
background-color: #84BAFE;
}
.BgClassName
{
background-color: #84BAFE;
}
</style>
border-color css
<style>
span { border-color: #84BAFE; }
span { border-color: rgb(132,186,254); }
td.TdClassName
{
border-color: #84BAFE;
}
.TagClassName
{
border-color: #84BAFE;
}
</style>