Shades of Botticelli #8DB6BF
Tints of Botticelli #8DB6BF
RGB
CMYK
RGB Variations
Color information
#8DB6BF (or 0x8DB6BF) is known color: Botticelli. HEX triplet: 8D, B6 and BF. RGB value is (141,182,191). Sum of RGB (Red+Green+Blue) = 141+182+191=514 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.43% from 514); Green value is 182 (71.48% from 255 or 35.41% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 191 - color contains mainly: blue. Hex color #8DB6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB6BF is #724940. Grayscale: #AAAAAA. Windows color (decimal): -7489857 or 12564109. OLE color: 12564109.
HSL color Cylindrical-coordinate representation of color #8DB6BF: hue angle of 190.8º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8DB6BF is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 182 | 191 | - |
| CMYK | 0.26 | 0.05 | 0 | 0.25 |
| HSL | 190.8º | 0.28% | 0.65% | - |
| HSV(B) | 190.8º | 0.26% | 0.75% | - |
| XYZ | 37.12 | 42.88 | 55.61 | - |
| YUV | 170.77 | 139.42 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 182 | 191 | 0.26 | 0.05 | 0 | 0.25 | 190.8 | 0.28 | 0.65 |
| Hex | 8D | B6 | BF | 1A | 5 | 0 | 19 | BF | 1C | 41 |
| Octal | 215 | 266 | 277 | 32 | 5 | 0 | 31 | 277 | 34 | 101 |
| Binary | 10001101 | 10110110 | 10111111 | 11010 | 101 | 0 | 11001 | 10111111 | 11100 | 1000001 |
Color Harmonies of #8DB6BF
Complementary color
Monochromatic Colors of #8DB6BF
Black with #8DB6BF
Text Example
Text Example
White with #8DB6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB6BF; }
p { color: rgb(141,182,191); }
H1.HeaderClassName
{
color: #8DB6BF;
}
.AnyTagClassName
{
color: #8DB6BF;
}
</style>
background-color css
<style>
a { background-color: #8DB6BF; }
a { background-color: rgb(141,182,191); }
div.DivClassName
{
background-color: #8DB6BF;
}
.BgClassName
{
background-color: #8DB6BF;
}
</style>
border-color css
<style>
span { border-color: #8DB6BF; }
span { border-color: rgb(141,182,191); }
td.TdClassName
{
border-color: #8DB6BF;
}
.TagClassName
{
border-color: #8DB6BF;
}
</style>