Shades of Botticelli #8DB5BA
Tints of Botticelli #8DB5BA
RGB
CMYK
RGB Variations
Color information
#8DB5BA (or 0x8DB5BA) is known color: Botticelli. HEX triplet: 8D, B5 and BA. RGB value is (141,181,186). Sum of RGB (Red+Green+Blue) = 141+181+186=508 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.76% from 508); Green value is 181 (71.09% from 255 or 35.63% 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 #8DB5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB5BA is #724A45. Grayscale: #A9A9A9. Windows color (decimal): -7490118 or 12236173. OLE color: 12236173.
HSL color Cylindrical-coordinate representation of color #8DB5BA: hue angle of 186.67º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8DB5BA is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 181 | 186 | - |
| CMYK | 0.24 | 0.03 | 0 | 0.27 |
| HSL | 186.67º | 0.25% | 0.64% | - |
| HSV(B) | 186.67º | 0.24% | 0.73% | - |
| XYZ | 36.37 | 42.26 | 52.69 | - |
| YUV | 169.61 | 137.25 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 181 | 186 | 0.24 | 0.03 | 0 | 0.27 | 186.67 | 0.25 | 0.64 |
| Hex | 8D | B5 | BA | 18 | 3 | 0 | 1B | BB | 19 | 40 |
| Octal | 215 | 265 | 272 | 30 | 3 | 0 | 33 | 273 | 31 | 100 |
| Binary | 10001101 | 10110101 | 10111010 | 11000 | 11 | 0 | 11011 | 10111011 | 11001 | 1000000 |
Color Harmonies of #8DB5BA
Complementary color
Monochromatic Colors of #8DB5BA
Black with #8DB5BA
Text Example
Text Example
White with #8DB5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB5BA; }
p { color: rgb(141,181,186); }
H1.HeaderClassName
{
color: #8DB5BA;
}
.AnyTagClassName
{
color: #8DB5BA;
}
</style>
background-color css
<style>
a { background-color: #8DB5BA; }
a { background-color: rgb(141,181,186); }
div.DivClassName
{
background-color: #8DB5BA;
}
.BgClassName
{
background-color: #8DB5BA;
}
</style>
border-color css
<style>
span { border-color: #8DB5BA; }
span { border-color: rgb(141,181,186); }
td.TdClassName
{
border-color: #8DB5BA;
}
.TagClassName
{
border-color: #8DB5BA;
}
</style>