Shades of Botticelli #8FB0B9
Tints of Botticelli #8FB0B9
RGB
CMYK
RGB Variations
Color information
#8FB0B9 (or 0x8FB0B9) is known color: Botticelli. HEX triplet: 8F, B0 and B9. RGB value is (143,176,185). Sum of RGB (Red+Green+Blue) = 143+176+185=504 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.37% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 185 (72.66% from 255 or 36.71% from 504); Max value from RGB is 185 - color contains mainly: blue. Hex color #8FB0B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FB0B9 is #704F46. Grayscale: #A7A7A7. Windows color (decimal): -7360327 or 12169359. OLE color: 12169359.
HSL color Cylindrical-coordinate representation of color #8FB0B9: hue angle of 192.86º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8FB0B9 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 176 | 185 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.27 |
| HSL | 192.86º | 0.23% | 0.64% | - |
| HSV(B) | 192.86º | 0.23% | 0.73% | - |
| XYZ | 35.61 | 40.39 | 51.82 | - |
| YUV | 167.16 | 138.07 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 176 | 185 | 0.23 | 0.05 | 0 | 0.27 | 192.86 | 0.23 | 0.64 |
| Hex | 8F | B0 | B9 | 17 | 5 | 0 | 1B | C1 | 17 | 40 |
| Octal | 217 | 260 | 271 | 27 | 5 | 0 | 33 | 301 | 27 | 100 |
| Binary | 10001111 | 10110000 | 10111001 | 10111 | 101 | 0 | 11011 | 11000001 | 10111 | 1000000 |
Color Harmonies of #8FB0B9
Complementary color
Monochromatic Colors of #8FB0B9
Black with #8FB0B9
Text Example
Text Example
White with #8FB0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB0B9; }
p { color: rgb(143,176,185); }
H1.HeaderClassName
{
color: #8FB0B9;
}
.AnyTagClassName
{
color: #8FB0B9;
}
</style>
background-color css
<style>
a { background-color: #8FB0B9; }
a { background-color: rgb(143,176,185); }
div.DivClassName
{
background-color: #8FB0B9;
}
.BgClassName
{
background-color: #8FB0B9;
}
</style>
border-color css
<style>
span { border-color: #8FB0B9; }
span { border-color: rgb(143,176,185); }
td.TdClassName
{
border-color: #8FB0B9;
}
.TagClassName
{
border-color: #8FB0B9;
}
</style>