Shades of Botticelli #8DBDBF
Tints of Botticelli #8DBDBF
RGB
CMYK
RGB Variations
Color information
#8DBDBF (or 0x8DBDBF) is known color: Botticelli. HEX triplet: 8D, BD and BF. RGB value is (141,189,191). Sum of RGB (Red+Green+Blue) = 141+189+191=521 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.06% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 191 - color contains mainly: blue. Hex color #8DBDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBDBF is #724240. Grayscale: #AEAEAE. Windows color (decimal): -7488065 or 12565901. OLE color: 12565901.
HSL color Cylindrical-coordinate representation of color #8DBDBF: hue angle of 182.4º 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 #8DBDBF is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 189 | 191 | - |
| CMYK | 0.26 | 0.01 | 0 | 0.25 |
| HSL | 182.4º | 0.28% | 0.65% | - |
| HSV(B) | 182.4º | 0.26% | 0.75% | - |
| XYZ | 38.59 | 45.82 | 56.1 | - |
| YUV | 174.88 | 137.1 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 189 | 191 | 0.26 | 0.01 | 0 | 0.25 | 182.4 | 0.28 | 0.65 |
| Hex | 8D | BD | BF | 1A | 1 | 0 | 19 | B6 | 1C | 41 |
| Octal | 215 | 275 | 277 | 32 | 1 | 0 | 31 | 266 | 34 | 101 |
| Binary | 10001101 | 10111101 | 10111111 | 11010 | 1 | 0 | 11001 | 10110110 | 11100 | 1000001 |
Color Harmonies of #8DBDBF
Complementary color
Monochromatic Colors of #8DBDBF
Black with #8DBDBF
Text Example
Text Example
White with #8DBDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBDBF; }
p { color: rgb(141,189,191); }
H1.HeaderClassName
{
color: #8DBDBF;
}
.AnyTagClassName
{
color: #8DBDBF;
}
</style>
background-color css
<style>
a { background-color: #8DBDBF; }
a { background-color: rgb(141,189,191); }
div.DivClassName
{
background-color: #8DBDBF;
}
.BgClassName
{
background-color: #8DBDBF;
}
</style>
border-color css
<style>
span { border-color: #8DBDBF; }
span { border-color: rgb(141,189,191); }
td.TdClassName
{
border-color: #8DBDBF;
}
.TagClassName
{
border-color: #8DBDBF;
}
</style>