Shades of Botticelli #8AAAB4
Tints of Botticelli #8AAAB4
RGB
CMYK
RGB Variations
Color information
#8AAAB4 (or 0x8AAAB4) is known color: Botticelli. HEX triplet: 8A, AA and B4. RGB value is (138,170,180). Sum of RGB (Red+Green+Blue) = 138+170+180=488 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.28% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 180 (70.70% from 255 or 36.89% from 488); Max value from RGB is 180 - color contains mainly: blue. Hex color #8AAAB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAAB4 is #75554B. Grayscale: #A1A1A1. Windows color (decimal): -7689548 or 11840138. OLE color: 11840138.
HSL color Cylindrical-coordinate representation of color #8AAAB4: hue angle of 194.29º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8AAAB4 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 170 | 180 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.29 |
| HSL | 194.29º | 0.22% | 0.62% | - |
| HSV(B) | 194.29º | 0.23% | 0.71% | - |
| XYZ | 33.09 | 37.45 | 48.66 | - |
| YUV | 161.57 | 138.4 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 170 | 180 | 0.23 | 0.06 | 0 | 0.29 | 194.29 | 0.22 | 0.62 |
| Hex | 8A | AA | B4 | 17 | 6 | 0 | 1D | C2 | 16 | 3E |
| Octal | 212 | 252 | 264 | 27 | 6 | 0 | 35 | 302 | 26 | 76 |
| Binary | 10001010 | 10101010 | 10110100 | 10111 | 110 | 0 | 11101 | 11000010 | 10110 | 111110 |
Color Harmonies of #8AAAB4
Complementary color
Monochromatic Colors of #8AAAB4
Black with #8AAAB4
Text Example
Text Example
White with #8AAAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAAB4; }
p { color: rgb(138,170,180); }
H1.HeaderClassName
{
color: #8AAAB4;
}
.AnyTagClassName
{
color: #8AAAB4;
}
</style>
background-color css
<style>
a { background-color: #8AAAB4; }
a { background-color: rgb(138,170,180); }
div.DivClassName
{
background-color: #8AAAB4;
}
.BgClassName
{
background-color: #8AAAB4;
}
</style>
border-color css
<style>
span { border-color: #8AAAB4; }
span { border-color: rgb(138,170,180); }
td.TdClassName
{
border-color: #8AAAB4;
}
.TagClassName
{
border-color: #8AAAB4;
}
</style>