Shades of Botticelli #85ABB6
Tints of Botticelli #85ABB6
RGB
CMYK
RGB Variations
Color information
#85ABB6 (or 0x85ABB6) is known color: Botticelli. HEX triplet: 85, AB and B6. RGB value is (133,171,182). Sum of RGB (Red+Green+Blue) = 133+171+182=486 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.37% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 182 (71.48% from 255 or 37.45% from 486); Max value from RGB is 182 - color contains mainly: blue. Hex color #85ABB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ABB6 is #7A5449. Grayscale: #A0A0A0. Windows color (decimal): -8016970 or 11971461. OLE color: 11971461.
HSL color Cylindrical-coordinate representation of color #85ABB6: hue angle of 193.47º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #85ABB6 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 171 | 182 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.29 |
| HSL | 193.47º | 0.25% | 0.62% | - |
| HSV(B) | 193.47º | 0.27% | 0.71% | - |
| XYZ | 32.68 | 37.49 | 49.77 | - |
| YUV | 160.89 | 139.91 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 171 | 182 | 0.27 | 0.06 | 0 | 0.29 | 193.47 | 0.25 | 0.62 |
| Hex | 85 | AB | B6 | 1B | 6 | 0 | 1D | C1 | 19 | 3E |
| Octal | 205 | 253 | 266 | 33 | 6 | 0 | 35 | 301 | 31 | 76 |
| Binary | 10000101 | 10101011 | 10110110 | 11011 | 110 | 0 | 11101 | 11000001 | 11001 | 111110 |
Color Harmonies of #85ABB6
Complementary color
Monochromatic Colors of #85ABB6
Black with #85ABB6
Text Example
Text Example
White with #85ABB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ABB6; }
p { color: rgb(133,171,182); }
H1.HeaderClassName
{
color: #85ABB6;
}
.AnyTagClassName
{
color: #85ABB6;
}
</style>
background-color css
<style>
a { background-color: #85ABB6; }
a { background-color: rgb(133,171,182); }
div.DivClassName
{
background-color: #85ABB6;
}
.BgClassName
{
background-color: #85ABB6;
}
</style>
border-color css
<style>
span { border-color: #85ABB6; }
span { border-color: rgb(133,171,182); }
td.TdClassName
{
border-color: #85ABB6;
}
.TagClassName
{
border-color: #85ABB6;
}
</style>