Shades of Botticelli #8AAEB9
Tints of Botticelli #8AAEB9
RGB
CMYK
RGB Variations
Color information
#8AAEB9 (or 0x8AAEB9) is known color: Botticelli. HEX triplet: 8A, AE and B9. RGB value is (138,174,185). Sum of RGB (Red+Green+Blue) = 138+174+185=497 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.77% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 185 (72.66% from 255 or 37.22% from 497); Max value from RGB is 185 - color contains mainly: blue. Hex color #8AAEB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAEB9 is #755146. Grayscale: #A4A4A4. Windows color (decimal): -7688519 or 12168842. OLE color: 12168842.
HSL color Cylindrical-coordinate representation of color #8AAEB9: hue angle of 194.04º 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 #8AAEB9 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 174 | 185 | - |
| CMYK | 0.25 | 0.06 | 0 | 0.27 |
| HSL | 194.04º | 0.25% | 0.63% | - |
| HSV(B) | 194.04º | 0.25% | 0.73% | - |
| XYZ | 34.37 | 39.18 | 51.65 | - |
| YUV | 164.49 | 139.57 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 174 | 185 | 0.25 | 0.06 | 0 | 0.27 | 194.04 | 0.25 | 0.63 |
| Hex | 8A | AE | B9 | 19 | 6 | 0 | 1B | C2 | 19 | 3F |
| Octal | 212 | 256 | 271 | 31 | 6 | 0 | 33 | 302 | 31 | 77 |
| Binary | 10001010 | 10101110 | 10111001 | 11001 | 110 | 0 | 11011 | 11000010 | 11001 | 111111 |
Color Harmonies of #8AAEB9
Complementary color
Monochromatic Colors of #8AAEB9
Black with #8AAEB9
Text Example
Text Example
White with #8AAEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAEB9; }
p { color: rgb(138,174,185); }
H1.HeaderClassName
{
color: #8AAEB9;
}
.AnyTagClassName
{
color: #8AAEB9;
}
</style>
background-color css
<style>
a { background-color: #8AAEB9; }
a { background-color: rgb(138,174,185); }
div.DivClassName
{
background-color: #8AAEB9;
}
.BgClassName
{
background-color: #8AAEB9;
}
</style>
border-color css
<style>
span { border-color: #8AAEB9; }
span { border-color: rgb(138,174,185); }
td.TdClassName
{
border-color: #8AAEB9;
}
.TagClassName
{
border-color: #8AAEB9;
}
</style>