Shades of Maya Blue #87B6F6
Tints of Maya Blue #87B6F6
RGB
CMYK
RGB Variations
Color information
#87B6F6 (or 0x87B6F6) is known color: Maya Blue. HEX triplet: 87, B6 and F6. RGB value is (135,182,246). Sum of RGB (Red+Green+Blue) = 135+182+246=563 (74% of max value = 765). Red value is 135 (53.12% from 255 or 23.98% from 563); Green value is 182 (71.48% from 255 or 32.33% from 563); Blue value is 246 (96.48% from 255 or 43.69% from 563); Max value from RGB is 246 - color contains mainly: blue. Hex color #87B6F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87B6F6 is #784909. Grayscale: #AEAEAE. Windows color (decimal): -7883018 or 16168583. OLE color: 16168583.
HSL color Cylindrical-coordinate representation of color #87B6F6: hue angle of 214.59º degrees, saturation: 0.86, 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 #87B6F6 is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 135 | 182 | 246 | - |
| CMYK | 0.45 | 0.26 | 0 | 0.04 |
| HSL | 214.59º | 0.86% | 0.75% | - |
| HSV(B) | 214.59º | 0.45% | 0.96% | - |
| XYZ | 43.35 | 45.26 | 93.64 | - |
| YUV | 175.24 | 167.93 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 182 | 246 | 0.45 | 0.26 | 0 | 0.04 | 214.59 | 0.86 | 0.75 |
| Hex | 87 | B6 | F6 | 2D | 1A | 0 | 4 | D7 | 56 | 4B |
| Octal | 207 | 266 | 366 | 55 | 32 | 0 | 4 | 327 | 126 | 113 |
| Binary | 10000111 | 10110110 | 11110110 | 101101 | 11010 | 0 | 100 | 11010111 | 1010110 | 1001011 |
Color Harmonies of #87B6F6
Complementary color
Monochromatic Colors of #87B6F6
Black with #87B6F6
Text Example
Text Example
White with #87B6F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B6F6; }
p { color: rgb(135,182,246); }
H1.HeaderClassName
{
color: #87B6F6;
}
.AnyTagClassName
{
color: #87B6F6;
}
</style>
background-color css
<style>
a { background-color: #87B6F6; }
a { background-color: rgb(135,182,246); }
div.DivClassName
{
background-color: #87B6F6;
}
.BgClassName
{
background-color: #87B6F6;
}
</style>
border-color css
<style>
span { border-color: #87B6F6; }
span { border-color: rgb(135,182,246); }
td.TdClassName
{
border-color: #87B6F6;
}
.TagClassName
{
border-color: #87B6F6;
}
</style>