Shades of Maya Blue #86BAF2
Tints of Maya Blue #86BAF2
RGB
CMYK
RGB Variations
Color information
#86BAF2 (or 0x86BAF2) is known color: Maya Blue. HEX triplet: 86, BA and F2. RGB value is (134,186,242). Sum of RGB (Red+Green+Blue) = 134+186+242=562 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.84% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 242 (94.92% from 255 or 43.06% from 562); Max value from RGB is 242 - color contains mainly: blue. Hex color #86BAF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BAF2 is #79450D. Grayscale: #B0B0B0. Windows color (decimal): -7947534 or 15907462. OLE color: 15907462.
HSL color Cylindrical-coordinate representation of color #86BAF2: hue angle of 211.11º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86BAF2 is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 186 | 242 | - |
| CMYK | 0.45 | 0.23 | 0 | 0.05 |
| HSL | 211.11º | 0.81% | 0.74% | - |
| HSV(B) | 211.11º | 0.45% | 0.95% | - |
| XYZ | 43.42 | 46.6 | 90.71 | - |
| YUV | 176.84 | 164.77 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 186 | 242 | 0.45 | 0.23 | 0 | 0.05 | 211.11 | 0.81 | 0.74 |
| Hex | 86 | BA | F2 | 2D | 17 | 0 | 5 | D3 | 51 | 4A |
| Octal | 206 | 272 | 362 | 55 | 27 | 0 | 5 | 323 | 121 | 112 |
| Binary | 10000110 | 10111010 | 11110010 | 101101 | 10111 | 0 | 101 | 11010011 | 1010001 | 1001010 |
Color Harmonies of #86BAF2
Complementary color
Monochromatic Colors of #86BAF2
Black with #86BAF2
Text Example
Text Example
White with #86BAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BAF2; }
p { color: rgb(134,186,242); }
H1.HeaderClassName
{
color: #86BAF2;
}
.AnyTagClassName
{
color: #86BAF2;
}
</style>
background-color css
<style>
a { background-color: #86BAF2; }
a { background-color: rgb(134,186,242); }
div.DivClassName
{
background-color: #86BAF2;
}
.BgClassName
{
background-color: #86BAF2;
}
</style>
border-color css
<style>
span { border-color: #86BAF2; }
span { border-color: rgb(134,186,242); }
td.TdClassName
{
border-color: #86BAF2;
}
.TagClassName
{
border-color: #86BAF2;
}
</style>