Shades of Maya Blue #84BAF0
Tints of Maya Blue #84BAF0
RGB
CMYK
RGB Variations
Color information
#84BAF0 (or 0x84BAF0) is known color: Maya Blue. HEX triplet: 84, BA and F0. RGB value is (132,186,240). Sum of RGB (Red+Green+Blue) = 132+186+240=558 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.66% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 240 (94.14% from 255 or 43.01% from 558); Max value from RGB is 240 - color contains mainly: blue. Hex color #84BAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BAF0 is #7B450F. Grayscale: #AFAFAF. Windows color (decimal): -8078608 or 15776388. OLE color: 15776388.
HSL color Cylindrical-coordinate representation of color #84BAF0: hue angle of 210º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84BAF0 is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 186 | 240 | - |
| CMYK | 0.45 | 0.22 | 0 | 0.06 |
| HSL | 210º | 0.78% | 0.73% | - |
| HSV(B) | 210º | 0.45% | 0.94% | - |
| XYZ | 42.8 | 46.31 | 89.12 | - |
| YUV | 176.01 | 164.11 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 186 | 240 | 0.45 | 0.22 | 0 | 0.06 | 210 | 0.78 | 0.73 |
| Hex | 84 | BA | F0 | 2D | 16 | 0 | 6 | D2 | 4E | 49 |
| Octal | 204 | 272 | 360 | 55 | 26 | 0 | 6 | 322 | 116 | 111 |
| Binary | 10000100 | 10111010 | 11110000 | 101101 | 10110 | 0 | 110 | 11010010 | 1001110 | 1001001 |
Color Harmonies of #84BAF0
Complementary color
Monochromatic Colors of #84BAF0
Black with #84BAF0
Text Example
Text Example
White with #84BAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BAF0; }
p { color: rgb(132,186,240); }
H1.HeaderClassName
{
color: #84BAF0;
}
.AnyTagClassName
{
color: #84BAF0;
}
</style>
background-color css
<style>
a { background-color: #84BAF0; }
a { background-color: rgb(132,186,240); }
div.DivClassName
{
background-color: #84BAF0;
}
.BgClassName
{
background-color: #84BAF0;
}
</style>
border-color css
<style>
span { border-color: #84BAF0; }
span { border-color: rgb(132,186,240); }
td.TdClassName
{
border-color: #84BAF0;
}
.TagClassName
{
border-color: #84BAF0;
}
</style>