Shades of Maya Blue #86B8FF
Tints of Maya Blue #86B8FF
RGB
CMYK
RGB Variations
Color information
#86B8FF (or 0x86B8FF) is known color: Maya Blue. HEX triplet: 86, B8 and FF. RGB value is (134,184,255). Sum of RGB (Red+Green+Blue) = 134+184+255=573 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.39% from 573); Green value is 184 (72.27% from 255 or 32.11% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #86B8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86B8FF is #794700. Grayscale: #B0B0B0. Windows color (decimal): -7948033 or 16758918. OLE color: 16758918.
HSL color Cylindrical-coordinate representation of color #86B8FF: hue angle of 215.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 #86B8FF is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 184 | 255 | - |
| CMYK | 0.47 | 0.28 | 0 | 0 |
| HSL | 215.21º | 1% | 0.76% | - |
| HSV(B) | 215.21º | 0.47% | 1% | - |
| XYZ | 45.02 | 46.57 | 101.22 | - |
| YUV | 177.14 | 171.94 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 184 | 255 | 0.47 | 0.28 | 0 | 0 | 215.21 | 1 | 0.76 |
| Hex | 86 | B8 | FF | 2F | 1C | 0 | 0 | D7 | 64 | 4C |
| Octal | 206 | 270 | 377 | 57 | 34 | 0 | 0 | 327 | 144 | 114 |
| Binary | 10000110 | 10111000 | 11111111 | 101111 | 11100 | 0 | 0 | 11010111 | 1100100 | 1001100 |
Color Harmonies of #86B8FF
Complementary color
Monochromatic Colors of #86B8FF
Black with #86B8FF
Text Example
Text Example
White with #86B8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B8FF; }
p { color: rgb(134,184,255); }
H1.HeaderClassName
{
color: #86B8FF;
}
.AnyTagClassName
{
color: #86B8FF;
}
</style>
background-color css
<style>
a { background-color: #86B8FF; }
a { background-color: rgb(134,184,255); }
div.DivClassName
{
background-color: #86B8FF;
}
.BgClassName
{
background-color: #86B8FF;
}
</style>
border-color css
<style>
span { border-color: #86B8FF; }
span { border-color: rgb(134,184,255); }
td.TdClassName
{
border-color: #86B8FF;
}
.TagClassName
{
border-color: #86B8FF;
}
</style>