Shades of Maya Blue #84BDF6
Tints of Maya Blue #84BDF6
RGB
CMYK
RGB Variations
Color information
#84BDF6 (or 0x84BDF6) is known color: Maya Blue. HEX triplet: 84, BD and F6. RGB value is (132,189,246). Sum of RGB (Red+Green+Blue) = 132+189+246=567 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.28% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 246 (96.48% from 255 or 43.39% from 567); Max value from RGB is 246 - color contains mainly: blue. Hex color #84BDF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BDF6 is #7B4209. Grayscale: #B2B2B2. Windows color (decimal): -8077834 or 16170372. OLE color: 16170372.
HSL color Cylindrical-coordinate representation of color #84BDF6: hue angle of 210º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84BDF6 is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 132 | 189 | 246 | - |
| CMYK | 0.46 | 0.23 | 0 | 0.04 |
| HSL | 210º | 0.86% | 0.74% | - |
| HSV(B) | 210º | 0.46% | 0.96% | - |
| XYZ | 44.35 | 47.95 | 94.11 | - |
| YUV | 178.46 | 166.12 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 189 | 246 | 0.46 | 0.23 | 0 | 0.04 | 210 | 0.86 | 0.74 |
| Hex | 84 | BD | F6 | 2E | 17 | 0 | 4 | D2 | 56 | 4A |
| Octal | 204 | 275 | 366 | 56 | 27 | 0 | 4 | 322 | 126 | 112 |
| Binary | 10000100 | 10111101 | 11110110 | 101110 | 10111 | 0 | 100 | 11010010 | 1010110 | 1001010 |
Color Harmonies of #84BDF6
Complementary color
Monochromatic Colors of #84BDF6
Black with #84BDF6
Text Example
Text Example
White with #84BDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BDF6; }
p { color: rgb(132,189,246); }
H1.HeaderClassName
{
color: #84BDF6;
}
.AnyTagClassName
{
color: #84BDF6;
}
</style>
background-color css
<style>
a { background-color: #84BDF6; }
a { background-color: rgb(132,189,246); }
div.DivClassName
{
background-color: #84BDF6;
}
.BgClassName
{
background-color: #84BDF6;
}
</style>
border-color css
<style>
span { border-color: #84BDF6; }
span { border-color: rgb(132,189,246); }
td.TdClassName
{
border-color: #84BDF6;
}
.TagClassName
{
border-color: #84BDF6;
}
</style>