Shades of Botticelli #8AB3BA
Tints of Botticelli #8AB3BA
RGB
CMYK
RGB Variations
Color information
#8AB3BA (or 0x8AB3BA) is known color: Botticelli. HEX triplet: 8A, B3 and BA. RGB value is (138,179,186). Sum of RGB (Red+Green+Blue) = 138+179+186=503 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.44% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 186 - color contains mainly: blue. Hex color #8AB3BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB3BA is #754C45. Grayscale: #A7A7A7. Windows color (decimal): -7687238 or 12235658. OLE color: 12235658.
HSL color Cylindrical-coordinate representation of color #8AB3BA: hue angle of 188.75º 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 #8AB3BA is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 179 | 186 | - |
| CMYK | 0.26 | 0.04 | 0 | 0.27 |
| HSL | 188.75º | 0.26% | 0.64% | - |
| HSV(B) | 188.75º | 0.26% | 0.73% | - |
| XYZ | 35.46 | 41.19 | 52.54 | - |
| YUV | 167.54 | 138.42 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 179 | 186 | 0.26 | 0.04 | 0 | 0.27 | 188.75 | 0.26 | 0.64 |
| Hex | 8A | B3 | BA | 1A | 4 | 0 | 1B | BD | 1A | 40 |
| Octal | 212 | 263 | 272 | 32 | 4 | 0 | 33 | 275 | 32 | 100 |
| Binary | 10001010 | 10110011 | 10111010 | 11010 | 100 | 0 | 11011 | 10111101 | 11010 | 1000000 |
Color Harmonies of #8AB3BA
Complementary color
Monochromatic Colors of #8AB3BA
Black with #8AB3BA
Text Example
Text Example
White with #8AB3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB3BA; }
p { color: rgb(138,179,186); }
H1.HeaderClassName
{
color: #8AB3BA;
}
.AnyTagClassName
{
color: #8AB3BA;
}
</style>
background-color css
<style>
a { background-color: #8AB3BA; }
a { background-color: rgb(138,179,186); }
div.DivClassName
{
background-color: #8AB3BA;
}
.BgClassName
{
background-color: #8AB3BA;
}
</style>
border-color css
<style>
span { border-color: #8AB3BA; }
span { border-color: rgb(138,179,186); }
td.TdClassName
{
border-color: #8AB3BA;
}
.TagClassName
{
border-color: #8AB3BA;
}
</style>