Shades of Botticelli #8AA5B0
Tints of Botticelli #8AA5B0
RGB
CMYK
RGB Variations
Color information
#8AA5B0 (or 0x8AA5B0) is known color: Botticelli. HEX triplet: 8A, A5 and B0. RGB value is (138,165,176). Sum of RGB (Red+Green+Blue) = 138+165+176=479 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.81% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 176 (69.14% from 255 or 36.74% from 479); Max value from RGB is 176 - color contains mainly: blue. Hex color #8AA5B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA5B0 is #755A4F. Grayscale: #9E9E9E. Windows color (decimal): -7690832 or 11576714. OLE color: 11576714.
HSL color Cylindrical-coordinate representation of color #8AA5B0: hue angle of 197.37º degrees, saturation: 0.19, 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 #8AA5B0 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 165 | 176 | - |
| CMYK | 0.22 | 0.06 | 0 | 0.31 |
| HSL | 197.37º | 0.19% | 0.62% | - |
| HSV(B) | 197.37º | 0.22% | 0.69% | - |
| XYZ | 31.77 | 35.45 | 46.24 | - |
| YUV | 158.18 | 138.05 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 165 | 176 | 0.22 | 0.06 | 0 | 0.31 | 197.37 | 0.19 | 0.62 |
| Hex | 8A | A5 | B0 | 16 | 6 | 0 | 1F | C5 | 13 | 3E |
| Octal | 212 | 245 | 260 | 26 | 6 | 0 | 37 | 305 | 23 | 76 |
| Binary | 10001010 | 10100101 | 10110000 | 10110 | 110 | 0 | 11111 | 11000101 | 10011 | 111110 |
Color Harmonies of #8AA5B0
Complementary color
Monochromatic Colors of #8AA5B0
Black with #8AA5B0
Text Example
Text Example
White with #8AA5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA5B0; }
p { color: rgb(138,165,176); }
H1.HeaderClassName
{
color: #8AA5B0;
}
.AnyTagClassName
{
color: #8AA5B0;
}
</style>
background-color css
<style>
a { background-color: #8AA5B0; }
a { background-color: rgb(138,165,176); }
div.DivClassName
{
background-color: #8AA5B0;
}
.BgClassName
{
background-color: #8AA5B0;
}
</style>
border-color css
<style>
span { border-color: #8AA5B0; }
span { border-color: rgb(138,165,176); }
td.TdClassName
{
border-color: #8AA5B0;
}
.TagClassName
{
border-color: #8AA5B0;
}
</style>