Shades of Maya Blue #87BBFF
Tints of Maya Blue #87BBFF
RGB
CMYK
RGB Variations
Color information
#87BBFF (or 0x87BBFF) is known color: Maya Blue. HEX triplet: 87, BB and FF. RGB value is (135,187,255). Sum of RGB (Red+Green+Blue) = 135+187+255=577 (76% of max value = 765). Red value is 135 (53.12% from 255 or 23.40% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #87BBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87BBFF is #784400. Grayscale: #B2B2B2. Windows color (decimal): -7881729 or 16759687. OLE color: 16759687.
HSL color Cylindrical-coordinate representation of color #87BBFF: hue angle of 214º 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 #87BBFF is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 187 | 255 | - |
| CMYK | 0.47 | 0.27 | 0 | 0 |
| HSL | 214º | 1% | 0.76% | - |
| HSV(B) | 214º | 0.47% | 1% | - |
| XYZ | 45.81 | 47.91 | 101.44 | - |
| YUV | 179.2 | 170.77 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 187 | 255 | 0.47 | 0.27 | 0 | 0 | 214 | 1 | 0.76 |
| Hex | 87 | BB | FF | 2F | 1B | 0 | 0 | D6 | 64 | 4C |
| Octal | 207 | 273 | 377 | 57 | 33 | 0 | 0 | 326 | 144 | 114 |
| Binary | 10000111 | 10111011 | 11111111 | 101111 | 11011 | 0 | 0 | 11010110 | 1100100 | 1001100 |
Color Harmonies of #87BBFF
Complementary color
Monochromatic Colors of #87BBFF
Black with #87BBFF
Text Example
Text Example
White with #87BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BBFF; }
p { color: rgb(135,187,255); }
H1.HeaderClassName
{
color: #87BBFF;
}
.AnyTagClassName
{
color: #87BBFF;
}
</style>
background-color css
<style>
a { background-color: #87BBFF; }
a { background-color: rgb(135,187,255); }
div.DivClassName
{
background-color: #87BBFF;
}
.BgClassName
{
background-color: #87BBFF;
}
</style>
border-color css
<style>
span { border-color: #87BBFF; }
span { border-color: rgb(135,187,255); }
td.TdClassName
{
border-color: #87BBFF;
}
.TagClassName
{
border-color: #87BBFF;
}
</style>