Shades of Botticelli #85ABBA
Tints of Botticelli #85ABBA
RGB
CMYK
RGB Variations
Color information
#85ABBA (or 0x85ABBA) is known color: Botticelli. HEX triplet: 85, AB and BA. RGB value is (133,171,186). Sum of RGB (Red+Green+Blue) = 133+171+186=490 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.14% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 186 - color contains mainly: blue. Hex color #85ABBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ABBA is #7A5445. Grayscale: #A1A1A1. Windows color (decimal): -8016966 or 12233605. OLE color: 12233605.
HSL color Cylindrical-coordinate representation of color #85ABBA: hue angle of 196.98º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #85ABBA is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 171 | 186 | - |
| CMYK | 0.28 | 0.08 | 0 | 0.27 |
| HSL | 196.98º | 0.28% | 0.63% | - |
| HSV(B) | 196.98º | 0.28% | 0.73% | - |
| XYZ | 33.1 | 37.66 | 51.98 | - |
| YUV | 161.35 | 141.91 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 171 | 186 | 0.28 | 0.08 | 0 | 0.27 | 196.98 | 0.28 | 0.63 |
| Hex | 85 | AB | BA | 1C | 8 | 0 | 1B | C5 | 1C | 3F |
| Octal | 205 | 253 | 272 | 34 | 10 | 0 | 33 | 305 | 34 | 77 |
| Binary | 10000101 | 10101011 | 10111010 | 11100 | 1000 | 0 | 11011 | 11000101 | 11100 | 111111 |
Color Harmonies of #85ABBA
Complementary color
Monochromatic Colors of #85ABBA
Black with #85ABBA
Text Example
Text Example
White with #85ABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ABBA; }
p { color: rgb(133,171,186); }
H1.HeaderClassName
{
color: #85ABBA;
}
.AnyTagClassName
{
color: #85ABBA;
}
</style>
background-color css
<style>
a { background-color: #85ABBA; }
a { background-color: rgb(133,171,186); }
div.DivClassName
{
background-color: #85ABBA;
}
.BgClassName
{
background-color: #85ABBA;
}
</style>
border-color css
<style>
span { border-color: #85ABBA; }
span { border-color: rgb(133,171,186); }
td.TdClassName
{
border-color: #85ABBA;
}
.TagClassName
{
border-color: #85ABBA;
}
</style>