Shades of Botticelli #8AABB1
Tints of Botticelli #8AABB1
RGB
CMYK
RGB Variations
Color information
#8AABB1 (or 0x8AABB1) is known color: Botticelli. HEX triplet: 8A, AB and B1. RGB value is (138,171,177). Sum of RGB (Red+Green+Blue) = 138+171+177=486 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.40% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 177 (69.53% from 255 or 36.42% from 486); Max value from RGB is 177 - color contains mainly: blue. Hex color #8AABB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AABB1 is #75544E. Grayscale: #A1A1A1. Windows color (decimal): -7689295 or 11643786. OLE color: 11643786.
HSL color Cylindrical-coordinate representation of color #8AABB1: hue angle of 189.23º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8AABB1 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 171 | 177 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.31 |
| HSL | 189.23º | 0.2% | 0.62% | - |
| HSV(B) | 189.23º | 0.22% | 0.69% | - |
| XYZ | 32.98 | 37.7 | 47.13 | - |
| YUV | 161.82 | 136.57 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 171 | 177 | 0.22 | 0.03 | 0 | 0.31 | 189.23 | 0.2 | 0.62 |
| Hex | 8A | AB | B1 | 16 | 3 | 0 | 1F | BD | 14 | 3E |
| Octal | 212 | 253 | 261 | 26 | 3 | 0 | 37 | 275 | 24 | 76 |
| Binary | 10001010 | 10101011 | 10110001 | 10110 | 11 | 0 | 11111 | 10111101 | 10100 | 111110 |
Color Harmonies of #8AABB1
Complementary color
Monochromatic Colors of #8AABB1
Black with #8AABB1
Text Example
Text Example
White with #8AABB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AABB1; }
p { color: rgb(138,171,177); }
H1.HeaderClassName
{
color: #8AABB1;
}
.AnyTagClassName
{
color: #8AABB1;
}
</style>
background-color css
<style>
a { background-color: #8AABB1; }
a { background-color: rgb(138,171,177); }
div.DivClassName
{
background-color: #8AABB1;
}
.BgClassName
{
background-color: #8AABB1;
}
</style>
border-color css
<style>
span { border-color: #8AABB1; }
span { border-color: rgb(138,171,177); }
td.TdClassName
{
border-color: #8AABB1;
}
.TagClassName
{
border-color: #8AABB1;
}
</style>