Shades of Botticelli #8DAEBB
Tints of Botticelli #8DAEBB
RGB
CMYK
RGB Variations
Color information
#8DAEBB (or 0x8DAEBB) is known color: Botticelli. HEX triplet: 8D, AE and BB. RGB value is (141,174,187). Sum of RGB (Red+Green+Blue) = 141+174+187=502 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.09% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 187 - color contains mainly: blue. Hex color #8DAEBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAEBB is #725144. Grayscale: #A5A5A5. Windows color (decimal): -7491909 or 12299917. OLE color: 12299917.
HSL color Cylindrical-coordinate representation of color #8DAEBB: hue angle of 196.96º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8DAEBB is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 174 | 187 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.27 |
| HSL | 196.96º | 0.25% | 0.64% | - |
| HSV(B) | 196.96º | 0.25% | 0.73% | - |
| XYZ | 35.09 | 39.52 | 52.79 | - |
| YUV | 165.62 | 140.07 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 174 | 187 | 0.25 | 0.07 | 0 | 0.27 | 196.96 | 0.25 | 0.64 |
| Hex | 8D | AE | BB | 19 | 7 | 0 | 1B | C5 | 19 | 40 |
| Octal | 215 | 256 | 273 | 31 | 7 | 0 | 33 | 305 | 31 | 100 |
| Binary | 10001101 | 10101110 | 10111011 | 11001 | 111 | 0 | 11011 | 11000101 | 11001 | 1000000 |
Color Harmonies of #8DAEBB
Complementary color
Monochromatic Colors of #8DAEBB
Black with #8DAEBB
Text Example
Text Example
White with #8DAEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAEBB; }
p { color: rgb(141,174,187); }
H1.HeaderClassName
{
color: #8DAEBB;
}
.AnyTagClassName
{
color: #8DAEBB;
}
</style>
background-color css
<style>
a { background-color: #8DAEBB; }
a { background-color: rgb(141,174,187); }
div.DivClassName
{
background-color: #8DAEBB;
}
.BgClassName
{
background-color: #8DAEBB;
}
</style>
border-color css
<style>
span { border-color: #8DAEBB; }
span { border-color: rgb(141,174,187); }
td.TdClassName
{
border-color: #8DAEBB;
}
.TagClassName
{
border-color: #8DAEBB;
}
</style>