Shades of Botticelli #8DB5BB
Tints of Botticelli #8DB5BB
RGB
CMYK
RGB Variations
Color information
#8DB5BB (or 0x8DB5BB) is known color: Botticelli. HEX triplet: 8D, B5 and BB. RGB value is (141,181,187). Sum of RGB (Red+Green+Blue) = 141+181+187=509 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.70% from 509); Green value is 181 (71.09% from 255 or 35.56% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 187 - color contains mainly: blue. Hex color #8DB5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB5BB is #724A44. Grayscale: #A9A9A9. Windows color (decimal): -7490117 or 12301709. OLE color: 12301709.
HSL color Cylindrical-coordinate representation of color #8DB5BB: hue angle of 187.83º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8DB5BB is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 181 | 187 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.27 |
| HSL | 187.83º | 0.25% | 0.64% | - |
| HSV(B) | 187.83º | 0.25% | 0.73% | - |
| XYZ | 36.48 | 42.3 | 53.26 | - |
| YUV | 169.72 | 137.75 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 181 | 187 | 0.25 | 0.03 | 0 | 0.27 | 187.83 | 0.25 | 0.64 |
| Hex | 8D | B5 | BB | 19 | 3 | 0 | 1B | BC | 19 | 40 |
| Octal | 215 | 265 | 273 | 31 | 3 | 0 | 33 | 274 | 31 | 100 |
| Binary | 10001101 | 10110101 | 10111011 | 11001 | 11 | 0 | 11011 | 10111100 | 11001 | 1000000 |
Color Harmonies of #8DB5BB
Complementary color
Monochromatic Colors of #8DB5BB
Black with #8DB5BB
Text Example
Text Example
White with #8DB5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB5BB; }
p { color: rgb(141,181,187); }
H1.HeaderClassName
{
color: #8DB5BB;
}
.AnyTagClassName
{
color: #8DB5BB;
}
</style>
background-color css
<style>
a { background-color: #8DB5BB; }
a { background-color: rgb(141,181,187); }
div.DivClassName
{
background-color: #8DB5BB;
}
.BgClassName
{
background-color: #8DB5BB;
}
</style>
border-color css
<style>
span { border-color: #8DB5BB; }
span { border-color: rgb(141,181,187); }
td.TdClassName
{
border-color: #8DB5BB;
}
.TagClassName
{
border-color: #8DB5BB;
}
</style>