Shades of Maya Blue #87AEFF
Tints of Maya Blue #87AEFF
RGB
CMYK
RGB Variations
Color information
#87AEFF (or 0x87AEFF) is known color: Maya Blue. HEX triplet: 87, AE and FF. RGB value is (135,174,255). Sum of RGB (Red+Green+Blue) = 135+174+255=564 (74% of max value = 765). Red value is 135 (53.12% from 255 or 23.94% from 564); Green value is 174 (68.36% from 255 or 30.85% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #87AEFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87AEFF is #785100. Grayscale: #ABABAB. Windows color (decimal): -7885057 or 16756359. OLE color: 16756359.
HSL color Cylindrical-coordinate representation of color #87AEFF: hue angle of 220.5º 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 #87AEFF is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 174 | 255 | - |
| CMYK | 0.47 | 0.32 | 0 | 0 |
| HSL | 220.5º | 1% | 0.76% | - |
| HSV(B) | 220.5º | 0.47% | 1% | - |
| XYZ | 43.18 | 42.64 | 100.56 | - |
| YUV | 171.57 | 175.08 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 174 | 255 | 0.47 | 0.32 | 0 | 0 | 220.5 | 1 | 0.76 |
| Hex | 87 | AE | FF | 2F | 20 | 0 | 0 | DC | 64 | 4C |
| Octal | 207 | 256 | 377 | 57 | 40 | 0 | 0 | 334 | 144 | 114 |
| Binary | 10000111 | 10101110 | 11111111 | 101111 | 100000 | 0 | 0 | 11011100 | 1100100 | 1001100 |
Color Harmonies of #87AEFF
Complementary color
Monochromatic Colors of #87AEFF
Black with #87AEFF
Text Example
Text Example
White with #87AEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87AEFF; }
p { color: rgb(135,174,255); }
H1.HeaderClassName
{
color: #87AEFF;
}
.AnyTagClassName
{
color: #87AEFF;
}
</style>
background-color css
<style>
a { background-color: #87AEFF; }
a { background-color: rgb(135,174,255); }
div.DivClassName
{
background-color: #87AEFF;
}
.BgClassName
{
background-color: #87AEFF;
}
</style>
border-color css
<style>
span { border-color: #87AEFF; }
span { border-color: rgb(135,174,255); }
td.TdClassName
{
border-color: #87AEFF;
}
.TagClassName
{
border-color: #87AEFF;
}
</style>