Shades of Maya Blue #86BCFB
Tints of Maya Blue #86BCFB
RGB
CMYK
RGB Variations
Color information
#86BCFB (or 0x86BCFB) is known color: Maya Blue. HEX triplet: 86, BC and FB. RGB value is (134,188,251). Sum of RGB (Red+Green+Blue) = 134+188+251=573 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.39% from 573); Green value is 188 (73.83% from 255 or 32.81% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #86BCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BCFB is #794304. Grayscale: #B2B2B2. Windows color (decimal): -7947013 or 16497798. OLE color: 16497798.
HSL color Cylindrical-coordinate representation of color #86BCFB: hue angle of 212.31º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86BCFB is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 188 | 251 | - |
| CMYK | 0.47 | 0.25 | 0 | 0.02 |
| HSL | 212.31º | 0.94% | 0.75% | - |
| HSV(B) | 212.31º | 0.47% | 0.98% | - |
| XYZ | 45.23 | 48 | 98.15 | - |
| YUV | 179.04 | 168.61 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 188 | 251 | 0.47 | 0.25 | 0 | 0.02 | 212.31 | 0.94 | 0.75 |
| Hex | 86 | BC | FB | 2F | 19 | 0 | 2 | D4 | 5E | 4B |
| Octal | 206 | 274 | 373 | 57 | 31 | 0 | 2 | 324 | 136 | 113 |
| Binary | 10000110 | 10111100 | 11111011 | 101111 | 11001 | 0 | 10 | 11010100 | 1011110 | 1001011 |
Color Harmonies of #86BCFB
Complementary color
Monochromatic Colors of #86BCFB
Black with #86BCFB
Text Example
Text Example
White with #86BCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BCFB; }
p { color: rgb(134,188,251); }
H1.HeaderClassName
{
color: #86BCFB;
}
.AnyTagClassName
{
color: #86BCFB;
}
</style>
background-color css
<style>
a { background-color: #86BCFB; }
a { background-color: rgb(134,188,251); }
div.DivClassName
{
background-color: #86BCFB;
}
.BgClassName
{
background-color: #86BCFB;
}
</style>
border-color css
<style>
span { border-color: #86BCFB; }
span { border-color: rgb(134,188,251); }
td.TdClassName
{
border-color: #86BCFB;
}
.TagClassName
{
border-color: #86BCFB;
}
</style>