Shades of Botticelli #8AB8BA
Tints of Botticelli #8AB8BA
RGB
CMYK
RGB Variations
Color information
#8AB8BA (or 0x8AB8BA) is known color: Botticelli. HEX triplet: 8A, B8 and BA. RGB value is (138,184,186). Sum of RGB (Red+Green+Blue) = 138+184+186=508 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.17% from 508); Green value is 184 (72.27% from 255 or 36.22% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 186 - color contains mainly: blue. Hex color #8AB8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB8BA is #754745. Grayscale: #AAAAAA. Windows color (decimal): -7685958 or 12236938. OLE color: 12236938.
HSL color Cylindrical-coordinate representation of color #8AB8BA: hue angle of 182.5º 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 #8AB8BA is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 184 | 186 | - |
| CMYK | 0.26 | 0.01 | 0 | 0.27 |
| HSL | 182.5º | 0.26% | 0.64% | - |
| HSV(B) | 182.5º | 0.26% | 0.73% | - |
| XYZ | 36.48 | 43.23 | 52.88 | - |
| YUV | 170.47 | 136.76 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 184 | 186 | 0.26 | 0.01 | 0 | 0.27 | 182.5 | 0.26 | 0.64 |
| Hex | 8A | B8 | BA | 1A | 1 | 0 | 1B | B6 | 1A | 40 |
| Octal | 212 | 270 | 272 | 32 | 1 | 0 | 33 | 266 | 32 | 100 |
| Binary | 10001010 | 10111000 | 10111010 | 11010 | 1 | 0 | 11011 | 10110110 | 11010 | 1000000 |
Color Harmonies of #8AB8BA
Complementary color
Monochromatic Colors of #8AB8BA
Black with #8AB8BA
Text Example
Text Example
White with #8AB8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB8BA; }
p { color: rgb(138,184,186); }
H1.HeaderClassName
{
color: #8AB8BA;
}
.AnyTagClassName
{
color: #8AB8BA;
}
</style>
background-color css
<style>
a { background-color: #8AB8BA; }
a { background-color: rgb(138,184,186); }
div.DivClassName
{
background-color: #8AB8BA;
}
.BgClassName
{
background-color: #8AB8BA;
}
</style>
border-color css
<style>
span { border-color: #8AB8BA; }
span { border-color: rgb(138,184,186); }
td.TdClassName
{
border-color: #8AB8BA;
}
.TagClassName
{
border-color: #8AB8BA;
}
</style>