Shades of Botticelli #8AB7BA
Tints of Botticelli #8AB7BA
RGB
CMYK
RGB Variations
Color information
#8AB7BA (or 0x8AB7BA) is known color: Botticelli. HEX triplet: 8A, B7 and BA. RGB value is (138,183,186). Sum of RGB (Red+Green+Blue) = 138+183+186=507 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.22% from 507); Green value is 183 (71.88% from 255 or 36.09% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 186 - color contains mainly: blue. Hex color #8AB7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB7BA is #754845. Grayscale: #A9A9A9. Windows color (decimal): -7686214 or 12236682. OLE color: 12236682.
HSL color Cylindrical-coordinate representation of color #8AB7BA: hue angle of 183.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 #8AB7BA is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 183 | 186 | - |
| CMYK | 0.26 | 0.02 | 0 | 0.27 |
| HSL | 183.75º | 0.26% | 0.64% | - |
| HSV(B) | 183.75º | 0.26% | 0.73% | - |
| XYZ | 36.28 | 42.82 | 52.81 | - |
| YUV | 169.89 | 137.09 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 183 | 186 | 0.26 | 0.02 | 0 | 0.27 | 183.75 | 0.26 | 0.64 |
| Hex | 8A | B7 | BA | 1A | 2 | 0 | 1B | B8 | 1A | 40 |
| Octal | 212 | 267 | 272 | 32 | 2 | 0 | 33 | 270 | 32 | 100 |
| Binary | 10001010 | 10110111 | 10111010 | 11010 | 10 | 0 | 11011 | 10111000 | 11010 | 1000000 |
Color Harmonies of #8AB7BA
Complementary color
Monochromatic Colors of #8AB7BA
Black with #8AB7BA
Text Example
Text Example
White with #8AB7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB7BA; }
p { color: rgb(138,183,186); }
H1.HeaderClassName
{
color: #8AB7BA;
}
.AnyTagClassName
{
color: #8AB7BA;
}
</style>
background-color css
<style>
a { background-color: #8AB7BA; }
a { background-color: rgb(138,183,186); }
div.DivClassName
{
background-color: #8AB7BA;
}
.BgClassName
{
background-color: #8AB7BA;
}
</style>
border-color css
<style>
span { border-color: #8AB7BA; }
span { border-color: rgb(138,183,186); }
td.TdClassName
{
border-color: #8AB7BA;
}
.TagClassName
{
border-color: #8AB7BA;
}
</style>