Shades of Botticelli #89ADB8
Tints of Botticelli #89ADB8
RGB
CMYK
RGB Variations
Color information
#89ADB8 (or 0x89ADB8) is known color: Botticelli. HEX triplet: 89, AD and B8. RGB value is (137,173,184). Sum of RGB (Red+Green+Blue) = 137+173+184=494 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.73% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 184 (72.27% from 255 or 37.25% from 494); Max value from RGB is 184 - color contains mainly: blue. Hex color #89ADB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ADB8 is #765247. Grayscale: #A3A3A3. Windows color (decimal): -7754312 or 12103049. OLE color: 12103049.
HSL color Cylindrical-coordinate representation of color #89ADB8: hue angle of 194.04º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #89ADB8 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 137 | 173 | 184 | - |
| CMYK | 0.26 | 0.06 | 0 | 0.28 |
| HSL | 194.04º | 0.25% | 0.63% | - |
| HSV(B) | 194.04º | 0.26% | 0.72% | - |
| XYZ | 33.91 | 38.67 | 51.02 | - |
| YUV | 163.49 | 139.57 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 173 | 184 | 0.26 | 0.06 | 0 | 0.28 | 194.04 | 0.25 | 0.63 |
| Hex | 89 | AD | B8 | 1A | 6 | 0 | 1C | C2 | 19 | 3F |
| Octal | 211 | 255 | 270 | 32 | 6 | 0 | 34 | 302 | 31 | 77 |
| Binary | 10001001 | 10101101 | 10111000 | 11010 | 110 | 0 | 11100 | 11000010 | 11001 | 111111 |
Color Harmonies of #89ADB8
Complementary color
Monochromatic Colors of #89ADB8
Black with #89ADB8
Text Example
Text Example
White with #89ADB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ADB8; }
p { color: rgb(137,173,184); }
H1.HeaderClassName
{
color: #89ADB8;
}
.AnyTagClassName
{
color: #89ADB8;
}
</style>
background-color css
<style>
a { background-color: #89ADB8; }
a { background-color: rgb(137,173,184); }
div.DivClassName
{
background-color: #89ADB8;
}
.BgClassName
{
background-color: #89ADB8;
}
</style>
border-color css
<style>
span { border-color: #89ADB8; }
span { border-color: rgb(137,173,184); }
td.TdClassName
{
border-color: #89ADB8;
}
.TagClassName
{
border-color: #89ADB8;
}
</style>