Shades of Maya Blue #86B6FE
Tints of Maya Blue #86B6FE
RGB
CMYK
RGB Variations
Color information
#86B6FE (or 0x86B6FE) is known color: Maya Blue. HEX triplet: 86, B6 and FE. RGB value is (134,182,254). Sum of RGB (Red+Green+Blue) = 134+182+254=570 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.51% from 570); Green value is 182 (71.48% from 255 or 31.93% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #86B6FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86B6FE is #794901. Grayscale: #AFAFAF. Windows color (decimal): -7948546 or 16692870. OLE color: 16692870.
HSL color Cylindrical-coordinate representation of color #86B6FE: hue angle of 216º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86B6FE is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 182 | 254 | - |
| CMYK | 0.47 | 0.28 | 0 | 0.00 |
| HSL | 216º | 0.98% | 0.76% | - |
| HSV(B) | 216º | 0.47% | 1% | - |
| XYZ | 44.45 | 45.68 | 100.24 | - |
| YUV | 175.86 | 172.1 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 182 | 254 | 0.47 | 0.28 | 0 | 0.00 | 216 | 0.98 | 0.76 |
| Hex | 86 | B6 | FE | 2F | 1C | 0 | 0 | D8 | 62 | 4C |
| Octal | 206 | 266 | 376 | 57 | 34 | 0 | 0 | 330 | 142 | 114 |
| Binary | 10000110 | 10110110 | 11111110 | 101111 | 11100 | 0 | 0 | 11011000 | 1100010 | 1001100 |
Color Harmonies of #86B6FE
Complementary color
Monochromatic Colors of #86B6FE
Black with #86B6FE
Text Example
Text Example
White with #86B6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B6FE; }
p { color: rgb(134,182,254); }
H1.HeaderClassName
{
color: #86B6FE;
}
.AnyTagClassName
{
color: #86B6FE;
}
</style>
background-color css
<style>
a { background-color: #86B6FE; }
a { background-color: rgb(134,182,254); }
div.DivClassName
{
background-color: #86B6FE;
}
.BgClassName
{
background-color: #86B6FE;
}
</style>
border-color css
<style>
span { border-color: #86B6FE; }
span { border-color: rgb(134,182,254); }
td.TdClassName
{
border-color: #86B6FE;
}
.TagClassName
{
border-color: #86B6FE;
}
</style>