Shades of Botticelli #8DABB1
Tints of Botticelli #8DABB1
RGB
CMYK
RGB Variations
Color information
#8DABB1 (or 0x8DABB1) is known color: Botticelli. HEX triplet: 8D, AB and B1. RGB value is (141,171,177). Sum of RGB (Red+Green+Blue) = 141+171+177=489 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.83% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 177 (69.53% from 255 or 36.20% from 489); Max value from RGB is 177 - color contains mainly: blue. Hex color #8DABB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DABB1 is #72544E. Grayscale: #A2A2A2. Windows color (decimal): -7492687 or 11643789. OLE color: 11643789.
HSL color Cylindrical-coordinate representation of color #8DABB1: hue angle of 190º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8DABB1 is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 171 | 177 | - |
| CMYK | 0.20 | 0.03 | 0 | 0.31 |
| HSL | 190º | 0.19% | 0.62% | - |
| HSV(B) | 190º | 0.2% | 0.69% | - |
| XYZ | 33.48 | 37.96 | 47.16 | - |
| YUV | 162.71 | 136.06 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 171 | 177 | 0.20 | 0.03 | 0 | 0.31 | 190 | 0.19 | 0.62 |
| Hex | 8D | AB | B1 | 14 | 3 | 0 | 1F | BE | 13 | 3E |
| Octal | 215 | 253 | 261 | 24 | 3 | 0 | 37 | 276 | 23 | 76 |
| Binary | 10001101 | 10101011 | 10110001 | 10100 | 11 | 0 | 11111 | 10111110 | 10011 | 111110 |
Color Harmonies of #8DABB1
Complementary color
Monochromatic Colors of #8DABB1
Black with #8DABB1
Text Example
Text Example
White with #8DABB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DABB1; }
p { color: rgb(141,171,177); }
H1.HeaderClassName
{
color: #8DABB1;
}
.AnyTagClassName
{
color: #8DABB1;
}
</style>
background-color css
<style>
a { background-color: #8DABB1; }
a { background-color: rgb(141,171,177); }
div.DivClassName
{
background-color: #8DABB1;
}
.BgClassName
{
background-color: #8DABB1;
}
</style>
border-color css
<style>
span { border-color: #8DABB1; }
span { border-color: rgb(141,171,177); }
td.TdClassName
{
border-color: #8DABB1;
}
.TagClassName
{
border-color: #8DABB1;
}
</style>