Shades of Botticelli #8DB6C2
Tints of Botticelli #8DB6C2
RGB
CMYK
RGB Variations
Color information
#8DB6C2 (or 0x8DB6C2) is known color: Botticelli. HEX triplet: 8D, B6 and C2. RGB value is (141,182,194). Sum of RGB (Red+Green+Blue) = 141+182+194=517 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.27% from 517); Green value is 182 (71.48% from 255 or 35.20% from 517); Blue value is 194 (76.17% from 255 or 37.52% from 517); Max value from RGB is 194 - color contains mainly: blue. Hex color #8DB6C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB6C2 is #72493D. Grayscale: #ABABAB. Windows color (decimal): -7489854 or 12760717. OLE color: 12760717.
HSL color Cylindrical-coordinate representation of color #8DB6C2: hue angle of 193.58º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8DB6C2 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 182 | 194 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.24 |
| HSL | 193.58º | 0.3% | 0.66% | - |
| HSV(B) | 193.58º | 0.27% | 0.76% | - |
| XYZ | 37.45 | 43.01 | 57.37 | - |
| YUV | 171.11 | 140.92 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 182 | 194 | 0.27 | 0.06 | 0 | 0.24 | 193.58 | 0.3 | 0.66 |
| Hex | 8D | B6 | C2 | 1B | 6 | 0 | 18 | C2 | 1E | 42 |
| Octal | 215 | 266 | 302 | 33 | 6 | 0 | 30 | 302 | 36 | 102 |
| Binary | 10001101 | 10110110 | 11000010 | 11011 | 110 | 0 | 11000 | 11000010 | 11110 | 1000010 |
Color Harmonies of #8DB6C2
Complementary color
Monochromatic Colors of #8DB6C2
Black with #8DB6C2
Text Example
Text Example
White with #8DB6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB6C2; }
p { color: rgb(141,182,194); }
H1.HeaderClassName
{
color: #8DB6C2;
}
.AnyTagClassName
{
color: #8DB6C2;
}
</style>
background-color css
<style>
a { background-color: #8DB6C2; }
a { background-color: rgb(141,182,194); }
div.DivClassName
{
background-color: #8DB6C2;
}
.BgClassName
{
background-color: #8DB6C2;
}
</style>
border-color css
<style>
span { border-color: #8DB6C2; }
span { border-color: rgb(141,182,194); }
td.TdClassName
{
border-color: #8DB6C2;
}
.TagClassName
{
border-color: #8DB6C2;
}
</style>