Shades of Maya Blue #84BBFF
Tints of Maya Blue #84BBFF
RGB
CMYK
RGB Variations
Color information
#84BBFF (or 0x84BBFF) is known color: Maya Blue. HEX triplet: 84, BB and FF. RGB value is (132,187,255). Sum of RGB (Red+Green+Blue) = 132+187+255=574 (76% of max value = 765). Red value is 132 (51.95% from 255 or 23.00% from 574); Green value is 187 (73.44% from 255 or 32.58% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #84BBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BBFF is #7B4400. Grayscale: #B1B1B1. Windows color (decimal): -8078337 or 16759684. OLE color: 16759684.
HSL color Cylindrical-coordinate representation of color #84BBFF: hue angle of 213.17º 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 #84BBFF is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 187 | 255 | - |
| CMYK | 0.48 | 0.27 | 0 | 0 |
| HSL | 213.17º | 1% | 0.76% | - |
| HSV(B) | 213.17º | 0.48% | 1% | - |
| XYZ | 45.34 | 47.67 | 101.42 | - |
| YUV | 178.31 | 171.28 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 187 | 255 | 0.48 | 0.27 | 0 | 0 | 213.17 | 1 | 0.76 |
| Hex | 84 | BB | FF | 30 | 1B | 0 | 0 | D5 | 64 | 4C |
| Octal | 204 | 273 | 377 | 60 | 33 | 0 | 0 | 325 | 144 | 114 |
| Binary | 10000100 | 10111011 | 11111111 | 110000 | 11011 | 0 | 0 | 11010101 | 1100100 | 1001100 |
Color Harmonies of #84BBFF
Complementary color
Monochromatic Colors of #84BBFF
Black with #84BBFF
Text Example
Text Example
White with #84BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BBFF; }
p { color: rgb(132,187,255); }
H1.HeaderClassName
{
color: #84BBFF;
}
.AnyTagClassName
{
color: #84BBFF;
}
</style>
background-color css
<style>
a { background-color: #84BBFF; }
a { background-color: rgb(132,187,255); }
div.DivClassName
{
background-color: #84BBFF;
}
.BgClassName
{
background-color: #84BBFF;
}
</style>
border-color css
<style>
span { border-color: #84BBFF; }
span { border-color: rgb(132,187,255); }
td.TdClassName
{
border-color: #84BBFF;
}
.TagClassName
{
border-color: #84BBFF;
}
</style>