Shades of Maya Blue #86B4F7
Tints of Maya Blue #86B4F7
RGB
CMYK
RGB Variations
Color information
#86B4F7 (or 0x86B4F7) is known color: Maya Blue. HEX triplet: 86, B4 and F7. RGB value is (134,180,247). Sum of RGB (Red+Green+Blue) = 134+180+247=561 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.89% from 561); Green value is 180 (70.70% from 255 or 32.09% from 561); Blue value is 247 (96.88% from 255 or 44.03% from 561); Max value from RGB is 247 - color contains mainly: blue. Hex color #86B4F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86B4F7 is #794B08. Grayscale: #ADADAD. Windows color (decimal): -7949065 or 16233606. OLE color: 16233606.
HSL color Cylindrical-coordinate representation of color #86B4F7: hue angle of 215.58º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86B4F7 is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 134 | 180 | 247 | - |
| CMYK | 0.46 | 0.27 | 0 | 0.03 |
| HSL | 215.58º | 0.88% | 0.75% | - |
| HSV(B) | 215.58º | 0.46% | 0.97% | - |
| XYZ | 42.94 | 44.43 | 94.31 | - |
| YUV | 173.88 | 169.26 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 180 | 247 | 0.46 | 0.27 | 0 | 0.03 | 215.58 | 0.88 | 0.75 |
| Hex | 86 | B4 | F7 | 2E | 1B | 0 | 3 | D8 | 58 | 4B |
| Octal | 206 | 264 | 367 | 56 | 33 | 0 | 3 | 330 | 130 | 113 |
| Binary | 10000110 | 10110100 | 11110111 | 101110 | 11011 | 0 | 11 | 11011000 | 1011000 | 1001011 |
Color Harmonies of #86B4F7
Complementary color
Monochromatic Colors of #86B4F7
Black with #86B4F7
Text Example
Text Example
White with #86B4F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B4F7; }
p { color: rgb(134,180,247); }
H1.HeaderClassName
{
color: #86B4F7;
}
.AnyTagClassName
{
color: #86B4F7;
}
</style>
background-color css
<style>
a { background-color: #86B4F7; }
a { background-color: rgb(134,180,247); }
div.DivClassName
{
background-color: #86B4F7;
}
.BgClassName
{
background-color: #86B4F7;
}
</style>
border-color css
<style>
span { border-color: #86B4F7; }
span { border-color: rgb(134,180,247); }
td.TdClassName
{
border-color: #86B4F7;
}
.TagClassName
{
border-color: #86B4F7;
}
</style>