Shades of Botticelli #8AABB9
Tints of Botticelli #8AABB9
RGB
CMYK
RGB Variations
Color information
#8AABB9 (or 0x8AABB9) is known color: Botticelli. HEX triplet: 8A, AB and B9. RGB value is (138,171,185). Sum of RGB (Red+Green+Blue) = 138+171+185=494 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.94% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 185 (72.66% from 255 or 37.45% from 494); Max value from RGB is 185 - color contains mainly: blue. Hex color #8AABB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AABB9 is #755446. Grayscale: #A2A2A2. Windows color (decimal): -7689287 or 12168074. OLE color: 12168074.
HSL color Cylindrical-coordinate representation of color #8AABB9: hue angle of 197.87º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8AABB9 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 171 | 185 | - |
| CMYK | 0.25 | 0.08 | 0 | 0.27 |
| HSL | 197.87º | 0.25% | 0.63% | - |
| HSV(B) | 197.87º | 0.25% | 0.73% | - |
| XYZ | 33.8 | 38.03 | 51.46 | - |
| YUV | 162.73 | 140.57 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 171 | 185 | 0.25 | 0.08 | 0 | 0.27 | 197.87 | 0.25 | 0.63 |
| Hex | 8A | AB | B9 | 19 | 8 | 0 | 1B | C6 | 19 | 3F |
| Octal | 212 | 253 | 271 | 31 | 10 | 0 | 33 | 306 | 31 | 77 |
| Binary | 10001010 | 10101011 | 10111001 | 11001 | 1000 | 0 | 11011 | 11000110 | 11001 | 111111 |
Color Harmonies of #8AABB9
Complementary color
Monochromatic Colors of #8AABB9
Black with #8AABB9
Text Example
Text Example
White with #8AABB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AABB9; }
p { color: rgb(138,171,185); }
H1.HeaderClassName
{
color: #8AABB9;
}
.AnyTagClassName
{
color: #8AABB9;
}
</style>
background-color css
<style>
a { background-color: #8AABB9; }
a { background-color: rgb(138,171,185); }
div.DivClassName
{
background-color: #8AABB9;
}
.BgClassName
{
background-color: #8AABB9;
}
</style>
border-color css
<style>
span { border-color: #8AABB9; }
span { border-color: rgb(138,171,185); }
td.TdClassName
{
border-color: #8AABB9;
}
.TagClassName
{
border-color: #8AABB9;
}
</style>