Shades of Botticelli #8DA8B3
Tints of Botticelli #8DA8B3
RGB
CMYK
RGB Variations
Color information
#8DA8B3 (or 0x8DA8B3) is known color: Botticelli. HEX triplet: 8D, A8 and B3. RGB value is (141,168,179). Sum of RGB (Red+Green+Blue) = 141+168+179=488 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.89% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 179 (70.31% from 255 or 36.68% from 488); Max value from RGB is 179 - color contains mainly: blue. Hex color #8DA8B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA8B3 is #72574C. Grayscale: #A1A1A1. Windows color (decimal): -7493453 or 11774093. OLE color: 11774093.
HSL color Cylindrical-coordinate representation of color #8DA8B3: hue angle of 197.37º 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 #8DA8B3 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 141 | 168 | 179 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.30 |
| HSL | 197.37º | 0.2% | 0.63% | - |
| HSV(B) | 197.37º | 0.21% | 0.7% | - |
| XYZ | 33.12 | 36.92 | 48.03 | - |
| YUV | 161.18 | 138.05 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 168 | 179 | 0.21 | 0.06 | 0 | 0.30 | 197.37 | 0.2 | 0.63 |
| Hex | 8D | A8 | B3 | 15 | 6 | 0 | 1E | C5 | 14 | 3F |
| Octal | 215 | 250 | 263 | 25 | 6 | 0 | 36 | 305 | 24 | 77 |
| Binary | 10001101 | 10101000 | 10110011 | 10101 | 110 | 0 | 11110 | 11000101 | 10100 | 111111 |
Color Harmonies of #8DA8B3
Complementary color
Monochromatic Colors of #8DA8B3
Black with #8DA8B3
Text Example
Text Example
White with #8DA8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA8B3; }
p { color: rgb(141,168,179); }
H1.HeaderClassName
{
color: #8DA8B3;
}
.AnyTagClassName
{
color: #8DA8B3;
}
</style>
background-color css
<style>
a { background-color: #8DA8B3; }
a { background-color: rgb(141,168,179); }
div.DivClassName
{
background-color: #8DA8B3;
}
.BgClassName
{
background-color: #8DA8B3;
}
</style>
border-color css
<style>
span { border-color: #8DA8B3; }
span { border-color: rgb(141,168,179); }
td.TdClassName
{
border-color: #8DA8B3;
}
.TagClassName
{
border-color: #8DA8B3;
}
</style>