Shades of Botticelli #8DB8C5
Tints of Botticelli #8DB8C5
RGB
CMYK
RGB Variations
Color information
#8DB8C5 (or 0x8DB8C5) is known color: Botticelli. HEX triplet: 8D, B8 and C5. RGB value is (141,184,197). Sum of RGB (Red+Green+Blue) = 141+184+197=522 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.01% from 522); Green value is 184 (72.27% from 255 or 35.25% from 522); Blue value is 197 (77.34% from 255 or 37.74% from 522); Max value from RGB is 197 - color contains mainly: blue. Hex color #8DB8C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB8C5 is #72473A. Grayscale: #ACACAC. Windows color (decimal): -7489339 or 12957837. OLE color: 12957837.
HSL color Cylindrical-coordinate representation of color #8DB8C5: hue angle of 193.93º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8DB8C5 is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 141 | 184 | 197 | - |
| CMYK | 0.28 | 0.07 | 0 | 0.23 |
| HSL | 193.93º | 0.33% | 0.66% | - |
| HSV(B) | 193.93º | 0.28% | 0.77% | - |
| XYZ | 38.2 | 43.97 | 59.3 | - |
| YUV | 172.63 | 141.75 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 184 | 197 | 0.28 | 0.07 | 0 | 0.23 | 193.93 | 0.33 | 0.66 |
| Hex | 8D | B8 | C5 | 1C | 7 | 0 | 17 | C2 | 21 | 42 |
| Octal | 215 | 270 | 305 | 34 | 7 | 0 | 27 | 302 | 41 | 102 |
| Binary | 10001101 | 10111000 | 11000101 | 11100 | 111 | 0 | 10111 | 11000010 | 100001 | 1000010 |
Color Harmonies of #8DB8C5
Complementary color
Monochromatic Colors of #8DB8C5
Black with #8DB8C5
Text Example
Text Example
White with #8DB8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB8C5; }
p { color: rgb(141,184,197); }
H1.HeaderClassName
{
color: #8DB8C5;
}
.AnyTagClassName
{
color: #8DB8C5;
}
</style>
background-color css
<style>
a { background-color: #8DB8C5; }
a { background-color: rgb(141,184,197); }
div.DivClassName
{
background-color: #8DB8C5;
}
.BgClassName
{
background-color: #8DB8C5;
}
</style>
border-color css
<style>
span { border-color: #8DB8C5; }
span { border-color: rgb(141,184,197); }
td.TdClassName
{
border-color: #8DB8C5;
}
.TagClassName
{
border-color: #8DB8C5;
}
</style>