Shades of Maya Blue #84BCFC
Tints of Maya Blue #84BCFC
RGB
CMYK
RGB Variations
Color information
#84BCFC (or 0x84BCFC) is known color: Maya Blue. HEX triplet: 84, BC and FC. RGB value is (132,188,252). Sum of RGB (Red+Green+Blue) = 132+188+252=572 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.08% from 572); Green value is 188 (73.83% from 255 or 32.87% from 572); Blue value is 252 (98.83% from 255 or 44.06% from 572); Max value from RGB is 252 - color contains mainly: blue. Hex color #84BCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BCFC is #7B4303. Grayscale: #B2B2B2. Windows color (decimal): -8078084 or 16563332. OLE color: 16563332.
HSL color Cylindrical-coordinate representation of color #84BCFC: hue angle of 212º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84BCFC is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 188 | 252 | - |
| CMYK | 0.48 | 0.25 | 0 | 0.01 |
| HSL | 212º | 0.95% | 0.75% | - |
| HSV(B) | 212º | 0.48% | 0.99% | - |
| XYZ | 45.07 | 47.9 | 98.97 | - |
| YUV | 178.55 | 169.45 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 188 | 252 | 0.48 | 0.25 | 0 | 0.01 | 212 | 0.95 | 0.75 |
| Hex | 84 | BC | FC | 30 | 19 | 0 | 1 | D4 | 5F | 4B |
| Octal | 204 | 274 | 374 | 60 | 31 | 0 | 1 | 324 | 137 | 113 |
| Binary | 10000100 | 10111100 | 11111100 | 110000 | 11001 | 0 | 1 | 11010100 | 1011111 | 1001011 |
Color Harmonies of #84BCFC
Complementary color
Monochromatic Colors of #84BCFC
Black with #84BCFC
Text Example
Text Example
White with #84BCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BCFC; }
p { color: rgb(132,188,252); }
H1.HeaderClassName
{
color: #84BCFC;
}
.AnyTagClassName
{
color: #84BCFC;
}
</style>
background-color css
<style>
a { background-color: #84BCFC; }
a { background-color: rgb(132,188,252); }
div.DivClassName
{
background-color: #84BCFC;
}
.BgClassName
{
background-color: #84BCFC;
}
</style>
border-color css
<style>
span { border-color: #84BCFC; }
span { border-color: rgb(132,188,252); }
td.TdClassName
{
border-color: #84BCFC;
}
.TagClassName
{
border-color: #84BCFC;
}
</style>