Shades of Botticelli #89ADB3
Tints of Botticelli #89ADB3
RGB
CMYK
RGB Variations
Color information
#89ADB3 (or 0x89ADB3) is known color: Botticelli. HEX triplet: 89, AD and B3. RGB value is (137,173,179). Sum of RGB (Red+Green+Blue) = 137+173+179=489 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.02% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 179 (70.31% from 255 or 36.61% from 489); Max value from RGB is 179 - color contains mainly: blue. Hex color #89ADB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ADB3 is #76524C. Grayscale: #A2A2A2. Windows color (decimal): -7754317 or 11775369. OLE color: 11775369.
HSL color Cylindrical-coordinate representation of color #89ADB3: hue angle of 188.57º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #89ADB3 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 173 | 179 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.30 |
| HSL | 188.57º | 0.22% | 0.62% | - |
| HSV(B) | 188.57º | 0.23% | 0.7% | - |
| XYZ | 33.4 | 38.46 | 48.31 | - |
| YUV | 162.92 | 137.07 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 173 | 179 | 0.23 | 0.03 | 0 | 0.30 | 188.57 | 0.22 | 0.62 |
| Hex | 89 | AD | B3 | 17 | 3 | 0 | 1E | BD | 16 | 3E |
| Octal | 211 | 255 | 263 | 27 | 3 | 0 | 36 | 275 | 26 | 76 |
| Binary | 10001001 | 10101101 | 10110011 | 10111 | 11 | 0 | 11110 | 10111101 | 10110 | 111110 |
Color Harmonies of #89ADB3
Complementary color
Monochromatic Colors of #89ADB3
Black with #89ADB3
Text Example
Text Example
White with #89ADB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ADB3; }
p { color: rgb(137,173,179); }
H1.HeaderClassName
{
color: #89ADB3;
}
.AnyTagClassName
{
color: #89ADB3;
}
</style>
background-color css
<style>
a { background-color: #89ADB3; }
a { background-color: rgb(137,173,179); }
div.DivClassName
{
background-color: #89ADB3;
}
.BgClassName
{
background-color: #89ADB3;
}
</style>
border-color css
<style>
span { border-color: #89ADB3; }
span { border-color: rgb(137,173,179); }
td.TdClassName
{
border-color: #89ADB3;
}
.TagClassName
{
border-color: #89ADB3;
}
</style>