Shades of Botticelli #8DADB6
Tints of Botticelli #8DADB6
RGB
CMYK
RGB Variations
Color information
#8DADB6 (or 0x8DADB6) is known color: Botticelli. HEX triplet: 8D, AD and B6. RGB value is (141,173,182). Sum of RGB (Red+Green+Blue) = 141+173+182=496 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.43% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 182 (71.48% from 255 or 36.69% from 496); Max value from RGB is 182 - color contains mainly: blue. Hex color #8DADB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DADB6 is #725249. Grayscale: #A4A4A4. Windows color (decimal): -7492170 or 11971981. OLE color: 11971981.
HSL color Cylindrical-coordinate representation of color #8DADB6: hue angle of 193.17º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8DADB6 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 173 | 182 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.29 |
| HSL | 193.17º | 0.22% | 0.63% | - |
| HSV(B) | 193.17º | 0.23% | 0.71% | - |
| XYZ | 34.37 | 38.93 | 49.96 | - |
| YUV | 164.46 | 137.9 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 173 | 182 | 0.23 | 0.05 | 0 | 0.29 | 193.17 | 0.22 | 0.63 |
| Hex | 8D | AD | B6 | 17 | 5 | 0 | 1D | C1 | 16 | 3F |
| Octal | 215 | 255 | 266 | 27 | 5 | 0 | 35 | 301 | 26 | 77 |
| Binary | 10001101 | 10101101 | 10110110 | 10111 | 101 | 0 | 11101 | 11000001 | 10110 | 111111 |
Color Harmonies of #8DADB6
Complementary color
Monochromatic Colors of #8DADB6
Black with #8DADB6
Text Example
Text Example
White with #8DADB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DADB6; }
p { color: rgb(141,173,182); }
H1.HeaderClassName
{
color: #8DADB6;
}
.AnyTagClassName
{
color: #8DADB6;
}
</style>
background-color css
<style>
a { background-color: #8DADB6; }
a { background-color: rgb(141,173,182); }
div.DivClassName
{
background-color: #8DADB6;
}
.BgClassName
{
background-color: #8DADB6;
}
</style>
border-color css
<style>
span { border-color: #8DADB6; }
span { border-color: rgb(141,173,182); }
td.TdClassName
{
border-color: #8DADB6;
}
.TagClassName
{
border-color: #8DADB6;
}
</style>