Shades of Maya Blue #84BCF8
Tints of Maya Blue #84BCF8
RGB
CMYK
RGB Variations
Color information
#84BCF8 (or 0x84BCF8) is known color: Maya Blue. HEX triplet: 84, BC and F8. RGB value is (132,188,248). Sum of RGB (Red+Green+Blue) = 132+188+248=568 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.24% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 248 (97.27% from 255 or 43.66% from 568); Max value from RGB is 248 - color contains mainly: blue. Hex color #84BCF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BCF8 is #7B4307. Grayscale: #B1B1B1. Windows color (decimal): -8078088 or 16301188. OLE color: 16301188.
HSL color Cylindrical-coordinate representation of color #84BCF8: hue angle of 211.03º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84BCF8 is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 132 | 188 | 248 | - |
| CMYK | 0.47 | 0.24 | 0 | 0.03 |
| HSL | 211.03º | 0.89% | 0.75% | - |
| HSV(B) | 211.03º | 0.47% | 0.97% | - |
| XYZ | 44.44 | 47.65 | 95.66 | - |
| YUV | 178.1 | 167.45 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 188 | 248 | 0.47 | 0.24 | 0 | 0.03 | 211.03 | 0.89 | 0.75 |
| Hex | 84 | BC | F8 | 2F | 18 | 0 | 3 | D3 | 59 | 4B |
| Octal | 204 | 274 | 370 | 57 | 30 | 0 | 3 | 323 | 131 | 113 |
| Binary | 10000100 | 10111100 | 11111000 | 101111 | 11000 | 0 | 11 | 11010011 | 1011001 | 1001011 |
Color Harmonies of #84BCF8
Complementary color
Monochromatic Colors of #84BCF8
Black with #84BCF8
Text Example
Text Example
White with #84BCF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BCF8; }
p { color: rgb(132,188,248); }
H1.HeaderClassName
{
color: #84BCF8;
}
.AnyTagClassName
{
color: #84BCF8;
}
</style>
background-color css
<style>
a { background-color: #84BCF8; }
a { background-color: rgb(132,188,248); }
div.DivClassName
{
background-color: #84BCF8;
}
.BgClassName
{
background-color: #84BCF8;
}
</style>
border-color css
<style>
span { border-color: #84BCF8; }
span { border-color: rgb(132,188,248); }
td.TdClassName
{
border-color: #84BCF8;
}
.TagClassName
{
border-color: #84BCF8;
}
</style>