Shades of Botticelli #8DADB3
Tints of Botticelli #8DADB3
RGB
CMYK
RGB Variations
Color information
#8DADB3 (or 0x8DADB3) is known color: Botticelli. HEX triplet: 8D, AD and B3. RGB value is (141,173,179). Sum of RGB (Red+Green+Blue) = 141+173+179=493 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.60% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 179 (70.31% from 255 or 36.31% from 493); Max value from RGB is 179 - color contains mainly: blue. Hex color #8DADB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DADB3 is #72524C. Grayscale: #A4A4A4. Windows color (decimal): -7492173 or 11775373. OLE color: 11775373.
HSL color Cylindrical-coordinate representation of color #8DADB3: hue angle of 189.47º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8DADB3 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 141 | 173 | 179 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.30 |
| HSL | 189.47º | 0.2% | 0.63% | - |
| HSV(B) | 189.47º | 0.21% | 0.7% | - |
| XYZ | 34.06 | 38.8 | 48.34 | - |
| YUV | 164.12 | 136.4 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 173 | 179 | 0.21 | 0.03 | 0 | 0.30 | 189.47 | 0.2 | 0.63 |
| Hex | 8D | AD | B3 | 15 | 3 | 0 | 1E | BD | 14 | 3F |
| Octal | 215 | 255 | 263 | 25 | 3 | 0 | 36 | 275 | 24 | 77 |
| Binary | 10001101 | 10101101 | 10110011 | 10101 | 11 | 0 | 11110 | 10111101 | 10100 | 111111 |
Color Harmonies of #8DADB3
Complementary color
Monochromatic Colors of #8DADB3
Black with #8DADB3
Text Example
Text Example
White with #8DADB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DADB3; }
p { color: rgb(141,173,179); }
H1.HeaderClassName
{
color: #8DADB3;
}
.AnyTagClassName
{
color: #8DADB3;
}
</style>
background-color css
<style>
a { background-color: #8DADB3; }
a { background-color: rgb(141,173,179); }
div.DivClassName
{
background-color: #8DADB3;
}
.BgClassName
{
background-color: #8DADB3;
}
</style>
border-color css
<style>
span { border-color: #8DADB3; }
span { border-color: rgb(141,173,179); }
td.TdClassName
{
border-color: #8DADB3;
}
.TagClassName
{
border-color: #8DADB3;
}
</style>