Shades of Maya Blue #87B6F5
Tints of Maya Blue #87B6F5
RGB
CMYK
RGB Variations
Color information
#87B6F5 (or 0x87B6F5) is known color: Maya Blue. HEX triplet: 87, B6 and F5. RGB value is (135,182,245). Sum of RGB (Red+Green+Blue) = 135+182+245=562 (74% of max value = 765). Red value is 135 (53.12% from 255 or 24.02% from 562); Green value is 182 (71.48% from 255 or 32.38% from 562); Blue value is 245 (96.09% from 255 or 43.59% from 562); Max value from RGB is 245 - color contains mainly: blue. Hex color #87B6F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87B6F5 is #78490A. Grayscale: #AEAEAE. Windows color (decimal): -7883019 or 16103047. OLE color: 16103047.
HSL color Cylindrical-coordinate representation of color #87B6F5: hue angle of 214.36º degrees, saturation: 0.85, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #87B6F5 is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 135 | 182 | 245 | - |
| CMYK | 0.45 | 0.26 | 0 | 0.04 |
| HSL | 214.36º | 0.85% | 0.75% | - |
| HSV(B) | 214.36º | 0.45% | 0.96% | - |
| XYZ | 43.2 | 45.2 | 92.83 | - |
| YUV | 175.13 | 167.43 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 182 | 245 | 0.45 | 0.26 | 0 | 0.04 | 214.36 | 0.85 | 0.75 |
| Hex | 87 | B6 | F5 | 2D | 1A | 0 | 4 | D6 | 55 | 4B |
| Octal | 207 | 266 | 365 | 55 | 32 | 0 | 4 | 326 | 125 | 113 |
| Binary | 10000111 | 10110110 | 11110101 | 101101 | 11010 | 0 | 100 | 11010110 | 1010101 | 1001011 |
Color Harmonies of #87B6F5
Complementary color
Monochromatic Colors of #87B6F5
Black with #87B6F5
Text Example
Text Example
White with #87B6F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B6F5; }
p { color: rgb(135,182,245); }
H1.HeaderClassName
{
color: #87B6F5;
}
.AnyTagClassName
{
color: #87B6F5;
}
</style>
background-color css
<style>
a { background-color: #87B6F5; }
a { background-color: rgb(135,182,245); }
div.DivClassName
{
background-color: #87B6F5;
}
.BgClassName
{
background-color: #87B6F5;
}
</style>
border-color css
<style>
span { border-color: #87B6F5; }
span { border-color: rgb(135,182,245); }
td.TdClassName
{
border-color: #87B6F5;
}
.TagClassName
{
border-color: #87B6F5;
}
</style>