Shades of Maya Blue #86BAFF
Tints of Maya Blue #86BAFF
RGB
CMYK
RGB Variations
Color information
#86BAFF (or 0x86BAFF) is known color: Maya Blue. HEX triplet: 86, BA and FF. RGB value is (134,186,255). Sum of RGB (Red+Green+Blue) = 134+186+255=575 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.30% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #86BAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BAFF is #794500. Grayscale: #B1B1B1. Windows color (decimal): -7947521 or 16759430. OLE color: 16759430.
HSL color Cylindrical-coordinate representation of color #86BAFF: hue angle of 214.21º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86BAFF is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 186 | 255 | - |
| CMYK | 0.47 | 0.27 | 0 | 0 |
| HSL | 214.21º | 1% | 0.76% | - |
| HSV(B) | 214.21º | 0.47% | 1% | - |
| XYZ | 45.44 | 47.41 | 101.36 | - |
| YUV | 178.32 | 171.27 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 186 | 255 | 0.47 | 0.27 | 0 | 0 | 214.21 | 1 | 0.76 |
| Hex | 86 | BA | FF | 2F | 1B | 0 | 0 | D6 | 64 | 4C |
| Octal | 206 | 272 | 377 | 57 | 33 | 0 | 0 | 326 | 144 | 114 |
| Binary | 10000110 | 10111010 | 11111111 | 101111 | 11011 | 0 | 0 | 11010110 | 1100100 | 1001100 |
Color Harmonies of #86BAFF
Complementary color
Monochromatic Colors of #86BAFF
Black with #86BAFF
Text Example
Text Example
White with #86BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BAFF; }
p { color: rgb(134,186,255); }
H1.HeaderClassName
{
color: #86BAFF;
}
.AnyTagClassName
{
color: #86BAFF;
}
</style>
background-color css
<style>
a { background-color: #86BAFF; }
a { background-color: rgb(134,186,255); }
div.DivClassName
{
background-color: #86BAFF;
}
.BgClassName
{
background-color: #86BAFF;
}
</style>
border-color css
<style>
span { border-color: #86BAFF; }
span { border-color: rgb(134,186,255); }
td.TdClassName
{
border-color: #86BAFF;
}
.TagClassName
{
border-color: #86BAFF;
}
</style>