Shades of Maya Blue #84B7FC
Tints of Maya Blue #84B7FC
RGB
CMYK
RGB Variations
Color information
#84B7FC (or 0x84B7FC) is known color: Maya Blue. HEX triplet: 84, B7 and FC. RGB value is (132,183,252). Sum of RGB (Red+Green+Blue) = 132+183+252=567 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.28% from 567); Green value is 183 (71.88% from 255 or 32.28% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #84B7FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84B7FC is #7B4803. Grayscale: #AFAFAF. Windows color (decimal): -8079364 or 16562052. OLE color: 16562052.
HSL color Cylindrical-coordinate representation of color #84B7FC: hue angle of 214.5º 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 #84B7FC is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 132 | 183 | 252 | - |
CMYK | 0.48 | 0.27 | 0 | 0.01 |
HSL | 214.5º | 0.95% | 0.75% | - |
HSV(B) | 214.5º | 0.48% | 0.99% | - |
XYZ | 44.02 | 45.8 | 98.62 | - |
YUV | 175.62 | 171.1 | 96.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 132 | 183 | 252 | 0.48 | 0.27 | 0 | 0.01 | 214.5 | 0.95 | 0.75 |
Hex | 84 | B7 | FC | 30 | 1B | 0 | 1 | D6 | 5F | 4B |
Octal | 204 | 267 | 374 | 60 | 33 | 0 | 1 | 326 | 137 | 113 |
Binary | 10000100 | 10110111 | 11111100 | 110000 | 11011 | 0 | 1 | 11010110 | 1011111 | 1001011 |
Color Harmonies of #84B7FC
Complementary color
Monochromatic Colors of #84B7FC
Black with #84B7FC
Text Example
Text Example
White with #84B7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B7FC; }
p { color: rgb(132,183,252); }
H1.HeaderClassName
{
color: #84B7FC;
}
.AnyTagClassName
{
color: #84B7FC;
}
</style>
background-color css
<style>
a { background-color: #84B7FC; }
a { background-color: rgb(132,183,252); }
div.DivClassName
{
background-color: #84B7FC;
}
.BgClassName
{
background-color: #84B7FC;
}
</style>
border-color css
<style>
span { border-color: #84B7FC; }
span { border-color: rgb(132,183,252); }
td.TdClassName
{
border-color: #84B7FC;
}
.TagClassName
{
border-color: #84B7FC;
}
</style>