Shades of Maya Blue #86BBFE
Tints of Maya Blue #86BBFE
RGB
CMYK
RGB Variations
Color information
#86BBFE (or 0x86BBFE) is known color: Maya Blue. HEX triplet: 86, BB and FE. RGB value is (134,187,254). Sum of RGB (Red+Green+Blue) = 134+187+254=575 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.30% from 575); Green value is 187 (73.44% from 255 or 32.52% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #86BBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BBFE is #794401. Grayscale: #B2B2B2. Windows color (decimal): -7947266 or 16694150. OLE color: 16694150.
HSL color Cylindrical-coordinate representation of color #86BBFE: hue angle of 213.5º 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 #86BBFE is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 187 | 254 | - |
| CMYK | 0.47 | 0.26 | 0 | 0.00 |
| HSL | 213.5º | 0.98% | 0.76% | - |
| HSV(B) | 213.5º | 0.47% | 1% | - |
| XYZ | 45.49 | 47.76 | 100.59 | - |
| YUV | 178.79 | 170.44 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 187 | 254 | 0.47 | 0.26 | 0 | 0.00 | 213.5 | 0.98 | 0.76 |
| Hex | 86 | BB | FE | 2F | 1A | 0 | 0 | D6 | 62 | 4C |
| Octal | 206 | 273 | 376 | 57 | 32 | 0 | 0 | 326 | 142 | 114 |
| Binary | 10000110 | 10111011 | 11111110 | 101111 | 11010 | 0 | 0 | 11010110 | 1100010 | 1001100 |
Color Harmonies of #86BBFE
Complementary color
Monochromatic Colors of #86BBFE
Black with #86BBFE
Text Example
Text Example
White with #86BBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BBFE; }
p { color: rgb(134,187,254); }
H1.HeaderClassName
{
color: #86BBFE;
}
.AnyTagClassName
{
color: #86BBFE;
}
</style>
background-color css
<style>
a { background-color: #86BBFE; }
a { background-color: rgb(134,187,254); }
div.DivClassName
{
background-color: #86BBFE;
}
.BgClassName
{
background-color: #86BBFE;
}
</style>
border-color css
<style>
span { border-color: #86BBFE; }
span { border-color: rgb(134,187,254); }
td.TdClassName
{
border-color: #86BBFE;
}
.TagClassName
{
border-color: #86BBFE;
}
</style>