Shades of Maya Blue #86BAF1
Tints of Maya Blue #86BAF1
RGB
CMYK
RGB Variations
Color information
#86BAF1 (or 0x86BAF1) is known color: Maya Blue. HEX triplet: 86, BA and F1. RGB value is (134,186,241). Sum of RGB (Red+Green+Blue) = 134+186+241=561 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.89% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 241 (94.53% from 255 or 42.96% from 561); Max value from RGB is 241 - color contains mainly: blue. Hex color #86BAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BAF1 is #79450E. Grayscale: #B0B0B0. Windows color (decimal): -7947535 or 15841926. OLE color: 15841926.
HSL color Cylindrical-coordinate representation of color #86BAF1: hue angle of 210.84º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86BAF1 is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 186 | 241 | - |
| CMYK | 0.44 | 0.23 | 0 | 0.05 |
| HSL | 210.84º | 0.79% | 0.74% | - |
| HSV(B) | 210.84º | 0.44% | 0.95% | - |
| XYZ | 43.27 | 46.54 | 89.92 | - |
| YUV | 176.72 | 164.27 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 186 | 241 | 0.44 | 0.23 | 0 | 0.05 | 210.84 | 0.79 | 0.74 |
| Hex | 86 | BA | F1 | 2C | 17 | 0 | 5 | D3 | 4F | 4A |
| Octal | 206 | 272 | 361 | 54 | 27 | 0 | 5 | 323 | 117 | 112 |
| Binary | 10000110 | 10111010 | 11110001 | 101100 | 10111 | 0 | 101 | 11010011 | 1001111 | 1001010 |
Color Harmonies of #86BAF1
Complementary color
Monochromatic Colors of #86BAF1
Black with #86BAF1
Text Example
Text Example
White with #86BAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BAF1; }
p { color: rgb(134,186,241); }
H1.HeaderClassName
{
color: #86BAF1;
}
.AnyTagClassName
{
color: #86BAF1;
}
</style>
background-color css
<style>
a { background-color: #86BAF1; }
a { background-color: rgb(134,186,241); }
div.DivClassName
{
background-color: #86BAF1;
}
.BgClassName
{
background-color: #86BAF1;
}
</style>
border-color css
<style>
span { border-color: #86BAF1; }
span { border-color: rgb(134,186,241); }
td.TdClassName
{
border-color: #86BAF1;
}
.TagClassName
{
border-color: #86BAF1;
}
</style>