Shades of Maya Blue #84BCFE
Tints of Maya Blue #84BCFE
RGB
CMYK
RGB Variations
Color information
#84BCFE (or 0x84BCFE) is known color: Maya Blue. HEX triplet: 84, BC and FE. RGB value is (132,188,254). Sum of RGB (Red+Green+Blue) = 132+188+254=574 (76% of max value = 765). Red value is 132 (51.95% from 255 or 23.00% from 574); Green value is 188 (73.83% from 255 or 32.75% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #84BCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BCFE is #7B4301. Grayscale: #B2B2B2. Windows color (decimal): -8078082 or 16694404. OLE color: 16694404.
HSL color Cylindrical-coordinate representation of color #84BCFE: hue angle of 212.46º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84BCFE is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 188 | 254 | - |
| CMYK | 0.48 | 0.26 | 0 | 0.00 |
| HSL | 212.46º | 0.98% | 0.76% | - |
| HSV(B) | 212.46º | 0.48% | 1% | - |
| XYZ | 45.39 | 48.03 | 100.64 | - |
| YUV | 178.78 | 170.45 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 188 | 254 | 0.48 | 0.26 | 0 | 0.00 | 212.46 | 0.98 | 0.76 |
| Hex | 84 | BC | FE | 30 | 1A | 0 | 0 | D4 | 62 | 4C |
| Octal | 204 | 274 | 376 | 60 | 32 | 0 | 0 | 324 | 142 | 114 |
| Binary | 10000100 | 10111100 | 11111110 | 110000 | 11010 | 0 | 0 | 11010100 | 1100010 | 1001100 |
Color Harmonies of #84BCFE
Complementary color
Monochromatic Colors of #84BCFE
Black with #84BCFE
Text Example
Text Example
White with #84BCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BCFE; }
p { color: rgb(132,188,254); }
H1.HeaderClassName
{
color: #84BCFE;
}
.AnyTagClassName
{
color: #84BCFE;
}
</style>
background-color css
<style>
a { background-color: #84BCFE; }
a { background-color: rgb(132,188,254); }
div.DivClassName
{
background-color: #84BCFE;
}
.BgClassName
{
background-color: #84BCFE;
}
</style>
border-color css
<style>
span { border-color: #84BCFE; }
span { border-color: rgb(132,188,254); }
td.TdClassName
{
border-color: #84BCFE;
}
.TagClassName
{
border-color: #84BCFE;
}
</style>