Shades of Botticelli #8DAFBD
Tints of Botticelli #8DAFBD
RGB
CMYK
RGB Variations
Color information
#8DAFBD (or 0x8DAFBD) is known color: Botticelli. HEX triplet: 8D, AF and BD. RGB value is (141,175,189). Sum of RGB (Red+Green+Blue) = 141+175+189=505 (66% of max value = 765). Red value is 141 (55.47% from 255 or 27.92% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 189 - color contains mainly: blue. Hex color #8DAFBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAFBD is #725042. Grayscale: #A6A6A6. Windows color (decimal): -7491651 or 12431245. OLE color: 12431245.
HSL color Cylindrical-coordinate representation of color #8DAFBD: hue angle of 197.5º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8DAFBD is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 175 | 189 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.26 |
| HSL | 197.5º | 0.27% | 0.65% | - |
| HSV(B) | 197.5º | 0.25% | 0.74% | - |
| XYZ | 35.5 | 40 | 53.99 | - |
| YUV | 166.43 | 140.74 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 175 | 189 | 0.25 | 0.07 | 0 | 0.26 | 197.5 | 0.27 | 0.65 |
| Hex | 8D | AF | BD | 19 | 7 | 0 | 1A | C6 | 1B | 41 |
| Octal | 215 | 257 | 275 | 31 | 7 | 0 | 32 | 306 | 33 | 101 |
| Binary | 10001101 | 10101111 | 10111101 | 11001 | 111 | 0 | 11010 | 11000110 | 11011 | 1000001 |
Color Harmonies of #8DAFBD
Complementary color
Monochromatic Colors of #8DAFBD
Black with #8DAFBD
Text Example
Text Example
White with #8DAFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAFBD; }
p { color: rgb(141,175,189); }
H1.HeaderClassName
{
color: #8DAFBD;
}
.AnyTagClassName
{
color: #8DAFBD;
}
</style>
background-color css
<style>
a { background-color: #8DAFBD; }
a { background-color: rgb(141,175,189); }
div.DivClassName
{
background-color: #8DAFBD;
}
.BgClassName
{
background-color: #8DAFBD;
}
</style>
border-color css
<style>
span { border-color: #8DAFBD; }
span { border-color: rgb(141,175,189); }
td.TdClassName
{
border-color: #8DAFBD;
}
.TagClassName
{
border-color: #8DAFBD;
}
</style>