Shades of Maya Blue #84BBF2
Tints of Maya Blue #84BBF2
RGB
CMYK
RGB Variations
Color information
#84BBF2 (or 0x84BBF2) is known color: Maya Blue. HEX triplet: 84, BB and F2. RGB value is (132,187,242). Sum of RGB (Red+Green+Blue) = 132+187+242=561 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.53% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 242 (94.92% from 255 or 43.14% from 561); Max value from RGB is 242 - color contains mainly: blue. Hex color #84BBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BBF2 is #7B440D. Grayscale: #B0B0B0. Windows color (decimal): -8078350 or 15907716. OLE color: 15907716.
HSL color Cylindrical-coordinate representation of color #84BBF2: hue angle of 210º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84BBF2 is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 187 | 242 | - |
| CMYK | 0.45 | 0.23 | 0 | 0.05 |
| HSL | 210º | 0.81% | 0.73% | - |
| HSV(B) | 210º | 0.45% | 0.95% | - |
| XYZ | 43.31 | 46.86 | 90.77 | - |
| YUV | 176.83 | 164.78 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 187 | 242 | 0.45 | 0.23 | 0 | 0.05 | 210 | 0.81 | 0.73 |
| Hex | 84 | BB | F2 | 2D | 17 | 0 | 5 | D2 | 51 | 49 |
| Octal | 204 | 273 | 362 | 55 | 27 | 0 | 5 | 322 | 121 | 111 |
| Binary | 10000100 | 10111011 | 11110010 | 101101 | 10111 | 0 | 101 | 11010010 | 1010001 | 1001001 |
Color Harmonies of #84BBF2
Complementary color
Monochromatic Colors of #84BBF2
Black with #84BBF2
Text Example
Text Example
White with #84BBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BBF2; }
p { color: rgb(132,187,242); }
H1.HeaderClassName
{
color: #84BBF2;
}
.AnyTagClassName
{
color: #84BBF2;
}
</style>
background-color css
<style>
a { background-color: #84BBF2; }
a { background-color: rgb(132,187,242); }
div.DivClassName
{
background-color: #84BBF2;
}
.BgClassName
{
background-color: #84BBF2;
}
</style>
border-color css
<style>
span { border-color: #84BBF2; }
span { border-color: rgb(132,187,242); }
td.TdClassName
{
border-color: #84BBF2;
}
.TagClassName
{
border-color: #84BBF2;
}
</style>