Shades of Maya Blue #84B3FA
Tints of Maya Blue #84B3FA
RGB
CMYK
RGB Variations
Color information
#84B3FA (or 0x84B3FA) is known color: Maya Blue. HEX triplet: 84, B3 and FA. RGB value is (132,179,250). Sum of RGB (Red+Green+Blue) = 132+179+250=561 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.53% from 561); Green value is 179 (70.31% from 255 or 31.91% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #84B3FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84B3FA is #7B4C05. Grayscale: #ACACAC. Windows color (decimal): -8080390 or 16429956. OLE color: 16429956.
HSL color Cylindrical-coordinate representation of color #84B3FA: hue angle of 216.1º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84B3FA is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 179 | 250 | - |
| CMYK | 0.47 | 0.28 | 0 | 0.02 |
| HSL | 216.1º | 0.92% | 0.75% | - |
| HSV(B) | 216.1º | 0.47% | 0.98% | - |
| XYZ | 42.89 | 44.05 | 96.68 | - |
| YUV | 173.04 | 171.43 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 179 | 250 | 0.47 | 0.28 | 0 | 0.02 | 216.1 | 0.92 | 0.75 |
| Hex | 84 | B3 | FA | 2F | 1C | 0 | 2 | D8 | 5C | 4B |
| Octal | 204 | 263 | 372 | 57 | 34 | 0 | 2 | 330 | 134 | 113 |
| Binary | 10000100 | 10110011 | 11111010 | 101111 | 11100 | 0 | 10 | 11011000 | 1011100 | 1001011 |
Color Harmonies of #84B3FA
Complementary color
Monochromatic Colors of #84B3FA
Black with #84B3FA
Text Example
Text Example
White with #84B3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B3FA; }
p { color: rgb(132,179,250); }
H1.HeaderClassName
{
color: #84B3FA;
}
.AnyTagClassName
{
color: #84B3FA;
}
</style>
background-color css
<style>
a { background-color: #84B3FA; }
a { background-color: rgb(132,179,250); }
div.DivClassName
{
background-color: #84B3FA;
}
.BgClassName
{
background-color: #84B3FA;
}
</style>
border-color css
<style>
span { border-color: #84B3FA; }
span { border-color: rgb(132,179,250); }
td.TdClassName
{
border-color: #84B3FA;
}
.TagClassName
{
border-color: #84B3FA;
}
</style>