Shades of Maya Blue #84BEFF
Tints of Maya Blue #84BEFF
RGB
CMYK
RGB Variations
Color information
#84BEFF (or 0x84BEFF) is known color: Maya Blue. HEX triplet: 84, BE and FF. RGB value is (132,190,255). Sum of RGB (Red+Green+Blue) = 132+190+255=577 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.88% from 577); Green value is 190 (74.61% from 255 or 32.93% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #84BEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BEFF is #7B4100. Grayscale: #B3B3B3. Windows color (decimal): -8077569 or 16760452. OLE color: 16760452.
HSL color Cylindrical-coordinate representation of color #84BEFF: hue angle of 211.71º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84BEFF is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 190 | 255 | - |
| CMYK | 0.48 | 0.25 | 0 | 0 |
| HSL | 211.71º | 1% | 0.76% | - |
| HSV(B) | 211.71º | 0.48% | 1% | - |
| XYZ | 45.98 | 48.95 | 101.63 | - |
| YUV | 180.07 | 170.28 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 190 | 255 | 0.48 | 0.25 | 0 | 0 | 211.71 | 1 | 0.76 |
| Hex | 84 | BE | FF | 30 | 19 | 0 | 0 | D4 | 64 | 4C |
| Octal | 204 | 276 | 377 | 60 | 31 | 0 | 0 | 324 | 144 | 114 |
| Binary | 10000100 | 10111110 | 11111111 | 110000 | 11001 | 0 | 0 | 11010100 | 1100100 | 1001100 |
Color Harmonies of #84BEFF
Complementary color
Monochromatic Colors of #84BEFF
Black with #84BEFF
Text Example
Text Example
White with #84BEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BEFF; }
p { color: rgb(132,190,255); }
H1.HeaderClassName
{
color: #84BEFF;
}
.AnyTagClassName
{
color: #84BEFF;
}
</style>
background-color css
<style>
a { background-color: #84BEFF; }
a { background-color: rgb(132,190,255); }
div.DivClassName
{
background-color: #84BEFF;
}
.BgClassName
{
background-color: #84BEFF;
}
</style>
border-color css
<style>
span { border-color: #84BEFF; }
span { border-color: rgb(132,190,255); }
td.TdClassName
{
border-color: #84BEFF;
}
.TagClassName
{
border-color: #84BEFF;
}
</style>