Shades of Maya Blue #84BFFE
Tints of Maya Blue #84BFFE
RGB
CMYK
RGB Variations
Color information
#84BFFE (or 0x84BFFE) is known color: Maya Blue. HEX triplet: 84, BF and FE. RGB value is (132,191,254). Sum of RGB (Red+Green+Blue) = 132+191+254=577 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.88% from 577); Green value is 191 (75% from 255 or 33.10% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #84BFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BFFE is #7B4001. Grayscale: #B4B4B4. Windows color (decimal): -8077314 or 16695172. OLE color: 16695172.
HSL color Cylindrical-coordinate representation of color #84BFFE: hue angle of 210.98º 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 #84BFFE is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 191 | 254 | - |
| CMYK | 0.48 | 0.25 | 0 | 0.00 |
| HSL | 210.98º | 0.98% | 0.76% | - |
| HSV(B) | 210.98º | 0.48% | 1% | - |
| XYZ | 46.04 | 49.32 | 100.86 | - |
| YUV | 180.54 | 169.45 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 191 | 254 | 0.48 | 0.25 | 0 | 0.00 | 210.98 | 0.98 | 0.76 |
| Hex | 84 | BF | FE | 30 | 19 | 0 | 0 | D3 | 62 | 4C |
| Octal | 204 | 277 | 376 | 60 | 31 | 0 | 0 | 323 | 142 | 114 |
| Binary | 10000100 | 10111111 | 11111110 | 110000 | 11001 | 0 | 0 | 11010011 | 1100010 | 1001100 |
Color Harmonies of #84BFFE
Complementary color
Monochromatic Colors of #84BFFE
Black with #84BFFE
Text Example
Text Example
White with #84BFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BFFE; }
p { color: rgb(132,191,254); }
H1.HeaderClassName
{
color: #84BFFE;
}
.AnyTagClassName
{
color: #84BFFE;
}
</style>
background-color css
<style>
a { background-color: #84BFFE; }
a { background-color: rgb(132,191,254); }
div.DivClassName
{
background-color: #84BFFE;
}
.BgClassName
{
background-color: #84BFFE;
}
</style>
border-color css
<style>
span { border-color: #84BFFE; }
span { border-color: rgb(132,191,254); }
td.TdClassName
{
border-color: #84BFFE;
}
.TagClassName
{
border-color: #84BFFE;
}
</style>