Shades of Maya Blue #84BDF0
Tints of Maya Blue #84BDF0
RGB
CMYK
RGB Variations
Color information
#84BDF0 (or 0x84BDF0) is known color: Maya Blue. HEX triplet: 84, BD and F0. RGB value is (132,189,240). Sum of RGB (Red+Green+Blue) = 132+189+240=561 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.53% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 240 (94.14% from 255 or 42.78% from 561); Max value from RGB is 240 - color contains mainly: blue. Hex color #84BDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BDF0 is #7B420F. Grayscale: #B1B1B1. Windows color (decimal): -8077840 or 15777156. OLE color: 15777156.
HSL color Cylindrical-coordinate representation of color #84BDF0: hue angle of 208.33º 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 #84BDF0 is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 189 | 240 | - |
| CMYK | 0.45 | 0.21 | 0 | 0.06 |
| HSL | 208.33º | 0.78% | 0.73% | - |
| HSV(B) | 208.33º | 0.45% | 0.94% | - |
| XYZ | 43.44 | 47.59 | 89.33 | - |
| YUV | 177.77 | 163.12 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 189 | 240 | 0.45 | 0.21 | 0 | 0.06 | 208.33 | 0.78 | 0.73 |
| Hex | 84 | BD | F0 | 2D | 15 | 0 | 6 | D0 | 4E | 49 |
| Octal | 204 | 275 | 360 | 55 | 25 | 0 | 6 | 320 | 116 | 111 |
| Binary | 10000100 | 10111101 | 11110000 | 101101 | 10101 | 0 | 110 | 11010000 | 1001110 | 1001001 |
Color Harmonies of #84BDF0
Complementary color
Monochromatic Colors of #84BDF0
Black with #84BDF0
Text Example
Text Example
White with #84BDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BDF0; }
p { color: rgb(132,189,240); }
H1.HeaderClassName
{
color: #84BDF0;
}
.AnyTagClassName
{
color: #84BDF0;
}
</style>
background-color css
<style>
a { background-color: #84BDF0; }
a { background-color: rgb(132,189,240); }
div.DivClassName
{
background-color: #84BDF0;
}
.BgClassName
{
background-color: #84BDF0;
}
</style>
border-color css
<style>
span { border-color: #84BDF0; }
span { border-color: rgb(132,189,240); }
td.TdClassName
{
border-color: #84BDF0;
}
.TagClassName
{
border-color: #84BDF0;
}
</style>