Shades of Maya Blue #84BDF3
Tints of Maya Blue #84BDF3
RGB
CMYK
RGB Variations
Color information
#84BDF3 (or 0x84BDF3) is known color: Maya Blue. HEX triplet: 84, BD and F3. RGB value is (132,189,243). Sum of RGB (Red+Green+Blue) = 132+189+243=564 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.40% from 564); Green value is 189 (74.22% from 255 or 33.51% from 564); Blue value is 243 (95.31% from 255 or 43.09% from 564); Max value from RGB is 243 - color contains mainly: blue. Hex color #84BDF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BDF3 is #7B420C. Grayscale: #B1B1B1. Windows color (decimal): -8077837 or 15973764. OLE color: 15973764.
HSL color Cylindrical-coordinate representation of color #84BDF3: hue angle of 209.19º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84BDF3 is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 189 | 243 | - |
| CMYK | 0.46 | 0.22 | 0 | 0.05 |
| HSL | 209.19º | 0.82% | 0.74% | - |
| HSV(B) | 209.19º | 0.46% | 0.95% | - |
| XYZ | 43.89 | 47.77 | 91.7 | - |
| YUV | 178.11 | 164.62 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 189 | 243 | 0.46 | 0.22 | 0 | 0.05 | 209.19 | 0.82 | 0.74 |
| Hex | 84 | BD | F3 | 2E | 16 | 0 | 5 | D1 | 52 | 4A |
| Octal | 204 | 275 | 363 | 56 | 26 | 0 | 5 | 321 | 122 | 112 |
| Binary | 10000100 | 10111101 | 11110011 | 101110 | 10110 | 0 | 101 | 11010001 | 1010010 | 1001010 |
Color Harmonies of #84BDF3
Complementary color
Monochromatic Colors of #84BDF3
Black with #84BDF3
Text Example
Text Example
White with #84BDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BDF3; }
p { color: rgb(132,189,243); }
H1.HeaderClassName
{
color: #84BDF3;
}
.AnyTagClassName
{
color: #84BDF3;
}
</style>
background-color css
<style>
a { background-color: #84BDF3; }
a { background-color: rgb(132,189,243); }
div.DivClassName
{
background-color: #84BDF3;
}
.BgClassName
{
background-color: #84BDF3;
}
</style>
border-color css
<style>
span { border-color: #84BDF3; }
span { border-color: rgb(132,189,243); }
td.TdClassName
{
border-color: #84BDF3;
}
.TagClassName
{
border-color: #84BDF3;
}
</style>