Shades of Botticelli #8DB7BB
Tints of Botticelli #8DB7BB
RGB
CMYK
RGB Variations
Color information
#8DB7BB (or 0x8DB7BB) is known color: Botticelli. HEX triplet: 8D, B7 and BB. RGB value is (141,183,187). Sum of RGB (Red+Green+Blue) = 141+183+187=511 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.59% from 511); Green value is 183 (71.88% from 255 or 35.81% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 187 - color contains mainly: blue. Hex color #8DB7BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB7BB is #724844. Grayscale: #AAAAAA. Windows color (decimal): -7489605 or 12302221. OLE color: 12302221.
HSL color Cylindrical-coordinate representation of color #8DB7BB: hue angle of 185.22º 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 #8DB7BB is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 183 | 187 | - |
| CMYK | 0.25 | 0.02 | 0 | 0.27 |
| HSL | 185.22º | 0.25% | 0.64% | - |
| HSV(B) | 185.22º | 0.25% | 0.73% | - |
| XYZ | 36.89 | 43.12 | 53.39 | - |
| YUV | 170.9 | 137.09 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 183 | 187 | 0.25 | 0.02 | 0 | 0.27 | 185.22 | 0.25 | 0.64 |
| Hex | 8D | B7 | BB | 19 | 2 | 0 | 1B | B9 | 19 | 40 |
| Octal | 215 | 267 | 273 | 31 | 2 | 0 | 33 | 271 | 31 | 100 |
| Binary | 10001101 | 10110111 | 10111011 | 11001 | 10 | 0 | 11011 | 10111001 | 11001 | 1000000 |
Color Harmonies of #8DB7BB
Complementary color
Monochromatic Colors of #8DB7BB
Black with #8DB7BB
Text Example
Text Example
White with #8DB7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB7BB; }
p { color: rgb(141,183,187); }
H1.HeaderClassName
{
color: #8DB7BB;
}
.AnyTagClassName
{
color: #8DB7BB;
}
</style>
background-color css
<style>
a { background-color: #8DB7BB; }
a { background-color: rgb(141,183,187); }
div.DivClassName
{
background-color: #8DB7BB;
}
.BgClassName
{
background-color: #8DB7BB;
}
</style>
border-color css
<style>
span { border-color: #8DB7BB; }
span { border-color: rgb(141,183,187); }
td.TdClassName
{
border-color: #8DB7BB;
}
.TagClassName
{
border-color: #8DB7BB;
}
</style>