Shades of Maya Blue #84BDFF
Tints of Maya Blue #84BDFF
RGB
CMYK
RGB Variations
Color information
#84BDFF (or 0x84BDFF) is known color: Maya Blue. HEX triplet: 84, BD and FF. RGB value is (132,189,255). Sum of RGB (Red+Green+Blue) = 132+189+255=576 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.92% from 576); Green value is 189 (74.22% from 255 or 32.81% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #84BDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BDFF is #7B4200. Grayscale: #B3B3B3. Windows color (decimal): -8077825 or 16760196. OLE color: 16760196.
HSL color Cylindrical-coordinate representation of color #84BDFF: hue angle of 212.2º 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 #84BDFF is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 189 | 255 | - |
| CMYK | 0.48 | 0.26 | 0 | 0 |
| HSL | 212.2º | 1% | 0.76% | - |
| HSV(B) | 212.2º | 0.48% | 1% | - |
| XYZ | 45.76 | 48.52 | 101.56 | - |
| YUV | 179.48 | 170.62 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 189 | 255 | 0.48 | 0.26 | 0 | 0 | 212.2 | 1 | 0.76 |
| Hex | 84 | BD | FF | 30 | 1A | 0 | 0 | D4 | 64 | 4C |
| Octal | 204 | 275 | 377 | 60 | 32 | 0 | 0 | 324 | 144 | 114 |
| Binary | 10000100 | 10111101 | 11111111 | 110000 | 11010 | 0 | 0 | 11010100 | 1100100 | 1001100 |
Color Harmonies of #84BDFF
Complementary color
Monochromatic Colors of #84BDFF
Black with #84BDFF
Text Example
Text Example
White with #84BDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BDFF; }
p { color: rgb(132,189,255); }
H1.HeaderClassName
{
color: #84BDFF;
}
.AnyTagClassName
{
color: #84BDFF;
}
</style>
background-color css
<style>
a { background-color: #84BDFF; }
a { background-color: rgb(132,189,255); }
div.DivClassName
{
background-color: #84BDFF;
}
.BgClassName
{
background-color: #84BDFF;
}
</style>
border-color css
<style>
span { border-color: #84BDFF; }
span { border-color: rgb(132,189,255); }
td.TdClassName
{
border-color: #84BDFF;
}
.TagClassName
{
border-color: #84BDFF;
}
</style>