Shades of Botticelli #8AB9BB
Tints of Botticelli #8AB9BB
RGB
CMYK
RGB Variations
Color information
#8AB9BB (or 0x8AB9BB) is known color: Botticelli. HEX triplet: 8A, B9 and BB. RGB value is (138,185,187). Sum of RGB (Red+Green+Blue) = 138+185+187=510 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.06% from 510); Green value is 185 (72.66% from 255 or 36.27% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 187 - color contains mainly: blue. Hex color #8AB9BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB9BB is #754644. Grayscale: #ABABAB. Windows color (decimal): -7685701 or 12302730. OLE color: 12302730.
HSL color Cylindrical-coordinate representation of color #8AB9BB: hue angle of 182.45º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8AB9BB is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 185 | 187 | - |
| CMYK | 0.26 | 0.01 | 0 | 0.27 |
| HSL | 182.45º | 0.26% | 0.64% | - |
| HSV(B) | 182.45º | 0.26% | 0.73% | - |
| XYZ | 36.8 | 43.69 | 53.51 | - |
| YUV | 171.18 | 136.93 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 185 | 187 | 0.26 | 0.01 | 0 | 0.27 | 182.45 | 0.26 | 0.64 |
| Hex | 8A | B9 | BB | 1A | 1 | 0 | 1B | B6 | 1A | 40 |
| Octal | 212 | 271 | 273 | 32 | 1 | 0 | 33 | 266 | 32 | 100 |
| Binary | 10001010 | 10111001 | 10111011 | 11010 | 1 | 0 | 11011 | 10110110 | 11010 | 1000000 |
Color Harmonies of #8AB9BB
Complementary color
Monochromatic Colors of #8AB9BB
Black with #8AB9BB
Text Example
Text Example
White with #8AB9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB9BB; }
p { color: rgb(138,185,187); }
H1.HeaderClassName
{
color: #8AB9BB;
}
.AnyTagClassName
{
color: #8AB9BB;
}
</style>
background-color css
<style>
a { background-color: #8AB9BB; }
a { background-color: rgb(138,185,187); }
div.DivClassName
{
background-color: #8AB9BB;
}
.BgClassName
{
background-color: #8AB9BB;
}
</style>
border-color css
<style>
span { border-color: #8AB9BB; }
span { border-color: rgb(138,185,187); }
td.TdClassName
{
border-color: #8AB9BB;
}
.TagClassName
{
border-color: #8AB9BB;
}
</style>