Shades of Botticelli #8DB1BF
Tints of Botticelli #8DB1BF
RGB
CMYK
RGB Variations
Color information
#8DB1BF (or 0x8DB1BF) is known color: Botticelli. HEX triplet: 8D, B1 and BF. RGB value is (141,177,191). Sum of RGB (Red+Green+Blue) = 141+177+191=509 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.70% from 509); Green value is 177 (69.53% from 255 or 34.77% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 191 - color contains mainly: blue. Hex color #8DB1BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DB1BF is #724E40. Grayscale: #A7A7A7. Windows color (decimal): -7491137 or 12562829. OLE color: 12562829.
HSL color Cylindrical-coordinate representation of color #8DB1BF: hue angle of 196.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 #8DB1BF is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 177 | 191 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.25 |
| HSL | 196.8º | 0.28% | 0.65% | - |
| HSV(B) | 196.8º | 0.26% | 0.75% | - |
| XYZ | 36.11 | 40.87 | 55.28 | - |
| YUV | 167.83 | 141.07 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 177 | 191 | 0.26 | 0.07 | 0 | 0.25 | 196.8 | 0.28 | 0.65 |
| Hex | 8D | B1 | BF | 1A | 7 | 0 | 19 | C5 | 1C | 41 |
| Octal | 215 | 261 | 277 | 32 | 7 | 0 | 31 | 305 | 34 | 101 |
| Binary | 10001101 | 10110001 | 10111111 | 11010 | 111 | 0 | 11001 | 11000101 | 11100 | 1000001 |
Color Harmonies of #8DB1BF
Complementary color
Monochromatic Colors of #8DB1BF
Black with #8DB1BF
Text Example
Text Example
White with #8DB1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB1BF; }
p { color: rgb(141,177,191); }
H1.HeaderClassName
{
color: #8DB1BF;
}
.AnyTagClassName
{
color: #8DB1BF;
}
</style>
background-color css
<style>
a { background-color: #8DB1BF; }
a { background-color: rgb(141,177,191); }
div.DivClassName
{
background-color: #8DB1BF;
}
.BgClassName
{
background-color: #8DB1BF;
}
</style>
border-color css
<style>
span { border-color: #8DB1BF; }
span { border-color: rgb(141,177,191); }
td.TdClassName
{
border-color: #8DB1BF;
}
.TagClassName
{
border-color: #8DB1BF;
}
</style>