Shades of Botticelli #8FB3BD
Tints of Botticelli #8FB3BD
RGB
CMYK
RGB Variations
Color information
#8FB3BD (or 0x8FB3BD) is known color: Botticelli. HEX triplet: 8F, B3 and BD. RGB value is (143,179,189). Sum of RGB (Red+Green+Blue) = 143+179+189=511 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.98% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 189 - color contains mainly: blue. Hex color #8FB3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB3BD is #704C42. Grayscale: #A9A9A9. Windows color (decimal): -7359555 or 12432271. OLE color: 12432271.
HSL color Cylindrical-coordinate representation of color #8FB3BD: hue angle of 193.04º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8FB3BD is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 179 | 189 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.26 |
| HSL | 193.04º | 0.26% | 0.65% | - |
| HSV(B) | 193.04º | 0.24% | 0.74% | - |
| XYZ | 36.63 | 41.75 | 54.27 | - |
| YUV | 169.38 | 139.07 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 179 | 189 | 0.24 | 0.05 | 0 | 0.26 | 193.04 | 0.26 | 0.65 |
| Hex | 8F | B3 | BD | 18 | 5 | 0 | 1A | C1 | 1A | 41 |
| Octal | 217 | 263 | 275 | 30 | 5 | 0 | 32 | 301 | 32 | 101 |
| Binary | 10001111 | 10110011 | 10111101 | 11000 | 101 | 0 | 11010 | 11000001 | 11010 | 1000001 |
Color Harmonies of #8FB3BD
Complementary color
Monochromatic Colors of #8FB3BD
Black with #8FB3BD
Text Example
Text Example
White with #8FB3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB3BD; }
p { color: rgb(143,179,189); }
H1.HeaderClassName
{
color: #8FB3BD;
}
.AnyTagClassName
{
color: #8FB3BD;
}
</style>
background-color css
<style>
a { background-color: #8FB3BD; }
a { background-color: rgb(143,179,189); }
div.DivClassName
{
background-color: #8FB3BD;
}
.BgClassName
{
background-color: #8FB3BD;
}
</style>
border-color css
<style>
span { border-color: #8FB3BD; }
span { border-color: rgb(143,179,189); }
td.TdClassName
{
border-color: #8FB3BD;
}
.TagClassName
{
border-color: #8FB3BD;
}
</style>