Shades of Maya Blue #87BBFE
Tints of Maya Blue #87BBFE
RGB
CMYK
RGB Variations
Color information
#87BBFE (or 0x87BBFE) is known color: Maya Blue. HEX triplet: 87, BB and FE. RGB value is (135,187,254). Sum of RGB (Red+Green+Blue) = 135+187+254=576 (76% of max value = 765). Red value is 135 (53.12% from 255 or 23.44% from 576); Green value is 187 (73.44% from 255 or 32.47% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #87BBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87BBFE is #784401. Grayscale: #B2B2B2. Windows color (decimal): -7881730 or 16694151. OLE color: 16694151.
HSL color Cylindrical-coordinate representation of color #87BBFE: hue angle of 213.78º 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 #87BBFE is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 135 | 187 | 254 | - |
| CMYK | 0.47 | 0.26 | 0 | 0.00 |
| HSL | 213.78º | 0.98% | 0.76% | - |
| HSV(B) | 213.78º | 0.47% | 1% | - |
| XYZ | 45.65 | 47.85 | 100.6 | - |
| YUV | 179.09 | 170.27 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 187 | 254 | 0.47 | 0.26 | 0 | 0.00 | 213.78 | 0.98 | 0.76 |
| Hex | 87 | BB | FE | 2F | 1A | 0 | 0 | D6 | 62 | 4C |
| Octal | 207 | 273 | 376 | 57 | 32 | 0 | 0 | 326 | 142 | 114 |
| Binary | 10000111 | 10111011 | 11111110 | 101111 | 11010 | 0 | 0 | 11010110 | 1100010 | 1001100 |
Color Harmonies of #87BBFE
Complementary color
Monochromatic Colors of #87BBFE
Black with #87BBFE
Text Example
Text Example
White with #87BBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BBFE; }
p { color: rgb(135,187,254); }
H1.HeaderClassName
{
color: #87BBFE;
}
.AnyTagClassName
{
color: #87BBFE;
}
</style>
background-color css
<style>
a { background-color: #87BBFE; }
a { background-color: rgb(135,187,254); }
div.DivClassName
{
background-color: #87BBFE;
}
.BgClassName
{
background-color: #87BBFE;
}
</style>
border-color css
<style>
span { border-color: #87BBFE; }
span { border-color: rgb(135,187,254); }
td.TdClassName
{
border-color: #87BBFE;
}
.TagClassName
{
border-color: #87BBFE;
}
</style>