Shades of Botticelli #87AFBC
Tints of Botticelli #87AFBC
RGB
CMYK
RGB Variations
Color information
#87AFBC (or 0x87AFBC) is known color: Botticelli. HEX triplet: 87, AF and BC. RGB value is (135,175,188). Sum of RGB (Red+Green+Blue) = 135+175+188=498 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.11% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 188 - color contains mainly: blue. Hex color #87AFBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AFBC is #785043. Grayscale: #A4A4A4. Windows color (decimal): -7884868 or 12365703. OLE color: 12365703.
HSL color Cylindrical-coordinate representation of color #87AFBC: hue angle of 194.72º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #87AFBC is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 175 | 188 | - |
| CMYK | 0.28 | 0.07 | 0 | 0.26 |
| HSL | 194.72º | 0.28% | 0.63% | - |
| HSV(B) | 194.72º | 0.28% | 0.74% | - |
| XYZ | 34.4 | 39.44 | 53.38 | - |
| YUV | 164.52 | 141.25 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 175 | 188 | 0.28 | 0.07 | 0 | 0.26 | 194.72 | 0.28 | 0.63 |
| Hex | 87 | AF | BC | 1C | 7 | 0 | 1A | C3 | 1C | 3F |
| Octal | 207 | 257 | 274 | 34 | 7 | 0 | 32 | 303 | 34 | 77 |
| Binary | 10000111 | 10101111 | 10111100 | 11100 | 111 | 0 | 11010 | 11000011 | 11100 | 111111 |
Color Harmonies of #87AFBC
Complementary color
Monochromatic Colors of #87AFBC
Black with #87AFBC
Text Example
Text Example
White with #87AFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87AFBC; }
p { color: rgb(135,175,188); }
H1.HeaderClassName
{
color: #87AFBC;
}
.AnyTagClassName
{
color: #87AFBC;
}
</style>
background-color css
<style>
a { background-color: #87AFBC; }
a { background-color: rgb(135,175,188); }
div.DivClassName
{
background-color: #87AFBC;
}
.BgClassName
{
background-color: #87AFBC;
}
</style>
border-color css
<style>
span { border-color: #87AFBC; }
span { border-color: rgb(135,175,188); }
td.TdClassName
{
border-color: #87AFBC;
}
.TagClassName
{
border-color: #87AFBC;
}
</style>