Shades of Maya Blue #84BBED
Tints of Maya Blue #84BBED
RGB
CMYK
RGB Variations
Color information
#84BBED (or 0x84BBED) is known color: Maya Blue. HEX triplet: 84, BB and ED. RGB value is (132,187,237). Sum of RGB (Red+Green+Blue) = 132+187+237=556 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.74% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #84BBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BBED is #7B4412. Grayscale: #B0B0B0. Windows color (decimal): -8078355 or 15580036. OLE color: 15580036.
HSL color Cylindrical-coordinate representation of color #84BBED: hue angle of 208.57º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84BBED is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 187 | 237 | - |
| CMYK | 0.44 | 0.21 | 0 | 0.07 |
| HSL | 208.57º | 0.74% | 0.72% | - |
| HSV(B) | 208.57º | 0.44% | 0.93% | - |
| XYZ | 42.57 | 46.56 | 86.86 | - |
| YUV | 176.26 | 162.28 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 187 | 237 | 0.44 | 0.21 | 0 | 0.07 | 208.57 | 0.74 | 0.72 |
| Hex | 84 | BB | ED | 2C | 15 | 0 | 7 | D1 | 4A | 48 |
| Octal | 204 | 273 | 355 | 54 | 25 | 0 | 7 | 321 | 112 | 110 |
| Binary | 10000100 | 10111011 | 11101101 | 101100 | 10101 | 0 | 111 | 11010001 | 1001010 | 1001000 |
Color Harmonies of #84BBED
Complementary color
Monochromatic Colors of #84BBED
Black with #84BBED
Text Example
Text Example
White with #84BBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BBED; }
p { color: rgb(132,187,237); }
H1.HeaderClassName
{
color: #84BBED;
}
.AnyTagClassName
{
color: #84BBED;
}
</style>
background-color css
<style>
a { background-color: #84BBED; }
a { background-color: rgb(132,187,237); }
div.DivClassName
{
background-color: #84BBED;
}
.BgClassName
{
background-color: #84BBED;
}
</style>
border-color css
<style>
span { border-color: #84BBED; }
span { border-color: rgb(132,187,237); }
td.TdClassName
{
border-color: #84BBED;
}
.TagClassName
{
border-color: #84BBED;
}
</style>