Shades of Botticelli #8DB5C4
Tints of Botticelli #8DB5C4
RGB
CMYK
RGB Variations
Color information
#8DB5C4 (or 0x8DB5C4) is known color: Botticelli. HEX triplet: 8D, B5 and C4. RGB value is (141,181,196). Sum of RGB (Red+Green+Blue) = 141+181+196=518 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.22% from 518); Green value is 181 (71.09% from 255 or 34.94% from 518); Blue value is 196 (76.95% from 255 or 37.84% from 518); Max value from RGB is 196 - color contains mainly: blue. Hex color #8DB5C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB5C4 is #724A3B. Grayscale: #AAAAAA. Windows color (decimal): -7490108 or 12891533. OLE color: 12891533.
HSL color Cylindrical-coordinate representation of color #8DB5C4: hue angle of 196.36º degrees, saturation: 0.32, 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 #8DB5C4 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 141 | 181 | 196 | - |
| CMYK | 0.28 | 0.08 | 0 | 0.23 |
| HSL | 196.36º | 0.32% | 0.66% | - |
| HSV(B) | 196.36º | 0.28% | 0.77% | - |
| XYZ | 37.47 | 42.7 | 58.49 | - |
| YUV | 170.75 | 142.25 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 181 | 196 | 0.28 | 0.08 | 0 | 0.23 | 196.36 | 0.32 | 0.66 |
| Hex | 8D | B5 | C4 | 1C | 8 | 0 | 17 | C4 | 20 | 42 |
| Octal | 215 | 265 | 304 | 34 | 10 | 0 | 27 | 304 | 40 | 102 |
| Binary | 10001101 | 10110101 | 11000100 | 11100 | 1000 | 0 | 10111 | 11000100 | 100000 | 1000010 |
Color Harmonies of #8DB5C4
Complementary color
Monochromatic Colors of #8DB5C4
Black with #8DB5C4
Text Example
Text Example
White with #8DB5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB5C4; }
p { color: rgb(141,181,196); }
H1.HeaderClassName
{
color: #8DB5C4;
}
.AnyTagClassName
{
color: #8DB5C4;
}
</style>
background-color css
<style>
a { background-color: #8DB5C4; }
a { background-color: rgb(141,181,196); }
div.DivClassName
{
background-color: #8DB5C4;
}
.BgClassName
{
background-color: #8DB5C4;
}
</style>
border-color css
<style>
span { border-color: #8DB5C4; }
span { border-color: rgb(141,181,196); }
td.TdClassName
{
border-color: #8DB5C4;
}
.TagClassName
{
border-color: #8DB5C4;
}
</style>