Shades of Botticelli #85ADB9
Tints of Botticelli #85ADB9
RGB
CMYK
RGB Variations
Color information
#85ADB9 (or 0x85ADB9) is known color: Botticelli. HEX triplet: 85, AD and B9. RGB value is (133,173,185). Sum of RGB (Red+Green+Blue) = 133+173+185=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 185 (72.66% from 255 or 37.68% from 491); Max value from RGB is 185 - color contains mainly: blue. Hex color #85ADB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ADB9 is #7A5246. Grayscale: #A2A2A2. Windows color (decimal): -8016455 or 12168581. OLE color: 12168581.
HSL color Cylindrical-coordinate representation of color #85ADB9: hue angle of 193.85º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #85ADB9 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 173 | 185 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.27 |
| HSL | 193.85º | 0.27% | 0.62% | - |
| HSV(B) | 193.85º | 0.28% | 0.73% | - |
| XYZ | 33.37 | 38.38 | 51.55 | - |
| YUV | 162.41 | 140.75 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 173 | 185 | 0.28 | 0.06 | 0 | 0.27 | 193.85 | 0.27 | 0.62 |
| Hex | 85 | AD | B9 | 1C | 6 | 0 | 1B | C2 | 1B | 3E |
| Octal | 205 | 255 | 271 | 34 | 6 | 0 | 33 | 302 | 33 | 76 |
| Binary | 10000101 | 10101101 | 10111001 | 11100 | 110 | 0 | 11011 | 11000010 | 11011 | 111110 |
Color Harmonies of #85ADB9
Complementary color
Monochromatic Colors of #85ADB9
Black with #85ADB9
Text Example
Text Example
White with #85ADB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ADB9; }
p { color: rgb(133,173,185); }
H1.HeaderClassName
{
color: #85ADB9;
}
.AnyTagClassName
{
color: #85ADB9;
}
</style>
background-color css
<style>
a { background-color: #85ADB9; }
a { background-color: rgb(133,173,185); }
div.DivClassName
{
background-color: #85ADB9;
}
.BgClassName
{
background-color: #85ADB9;
}
</style>
border-color css
<style>
span { border-color: #85ADB9; }
span { border-color: rgb(133,173,185); }
td.TdClassName
{
border-color: #85ADB9;
}
.TagClassName
{
border-color: #85ADB9;
}
</style>