Shades of Botticelli #8FB8BD
Tints of Botticelli #8FB8BD
RGB
CMYK
RGB Variations
Color information
#8FB8BD (or 0x8FB8BD) is known color: Botticelli. HEX triplet: 8F, B8 and BD. RGB value is (143,184,189). Sum of RGB (Red+Green+Blue) = 143+184+189=516 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.71% from 516); Green value is 184 (72.27% from 255 or 35.66% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 189 - color contains mainly: blue. Hex color #8FB8BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB8BD is #704742. Grayscale: #ACACAC. Windows color (decimal): -7358275 or 12433551. OLE color: 12433551.
HSL color Cylindrical-coordinate representation of color #8FB8BD: hue angle of 186.52º 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 #8FB8BD is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 184 | 189 | - |
| CMYK | 0.24 | 0.03 | 0 | 0.26 |
| HSL | 186.52º | 0.26% | 0.65% | - |
| HSV(B) | 186.52º | 0.24% | 0.74% | - |
| XYZ | 37.65 | 43.79 | 54.61 | - |
| YUV | 172.31 | 137.42 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 184 | 189 | 0.24 | 0.03 | 0 | 0.26 | 186.52 | 0.26 | 0.65 |
| Hex | 8F | B8 | BD | 18 | 3 | 0 | 1A | BB | 1A | 41 |
| Octal | 217 | 270 | 275 | 30 | 3 | 0 | 32 | 273 | 32 | 101 |
| Binary | 10001111 | 10111000 | 10111101 | 11000 | 11 | 0 | 11010 | 10111011 | 11010 | 1000001 |
Color Harmonies of #8FB8BD
Complementary color
Monochromatic Colors of #8FB8BD
Black with #8FB8BD
Text Example
Text Example
White with #8FB8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB8BD; }
p { color: rgb(143,184,189); }
H1.HeaderClassName
{
color: #8FB8BD;
}
.AnyTagClassName
{
color: #8FB8BD;
}
</style>
background-color css
<style>
a { background-color: #8FB8BD; }
a { background-color: rgb(143,184,189); }
div.DivClassName
{
background-color: #8FB8BD;
}
.BgClassName
{
background-color: #8FB8BD;
}
</style>
border-color css
<style>
span { border-color: #8FB8BD; }
span { border-color: rgb(143,184,189); }
td.TdClassName
{
border-color: #8FB8BD;
}
.TagClassName
{
border-color: #8FB8BD;
}
</style>