Shades of Botticelli #8FB7BD
Tints of Botticelli #8FB7BD
RGB
CMYK
RGB Variations
Color information
#8FB7BD (or 0x8FB7BD) is known color: Botticelli. HEX triplet: 8F, B7 and BD. RGB value is (143,183,189). Sum of RGB (Red+Green+Blue) = 143+183+189=515 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.77% from 515); Green value is 183 (71.88% from 255 or 35.53% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 189 - color contains mainly: blue. Hex color #8FB7BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB7BD is #704842. Grayscale: #ABABAB. Windows color (decimal): -7358531 or 12433295. OLE color: 12433295.
HSL color Cylindrical-coordinate representation of color #8FB7BD: hue angle of 187.83º 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 #8FB7BD is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 183 | 189 | - |
| CMYK | 0.24 | 0.03 | 0 | 0.26 |
| HSL | 187.83º | 0.26% | 0.65% | - |
| HSV(B) | 187.83º | 0.24% | 0.74% | - |
| XYZ | 37.45 | 43.38 | 54.54 | - |
| YUV | 171.72 | 137.75 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 183 | 189 | 0.24 | 0.03 | 0 | 0.26 | 187.83 | 0.26 | 0.65 |
| Hex | 8F | B7 | BD | 18 | 3 | 0 | 1A | BC | 1A | 41 |
| Octal | 217 | 267 | 275 | 30 | 3 | 0 | 32 | 274 | 32 | 101 |
| Binary | 10001111 | 10110111 | 10111101 | 11000 | 11 | 0 | 11010 | 10111100 | 11010 | 1000001 |
Color Harmonies of #8FB7BD
Complementary color
Monochromatic Colors of #8FB7BD
Black with #8FB7BD
Text Example
Text Example
White with #8FB7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB7BD; }
p { color: rgb(143,183,189); }
H1.HeaderClassName
{
color: #8FB7BD;
}
.AnyTagClassName
{
color: #8FB7BD;
}
</style>
background-color css
<style>
a { background-color: #8FB7BD; }
a { background-color: rgb(143,183,189); }
div.DivClassName
{
background-color: #8FB7BD;
}
.BgClassName
{
background-color: #8FB7BD;
}
</style>
border-color css
<style>
span { border-color: #8FB7BD; }
span { border-color: rgb(143,183,189); }
td.TdClassName
{
border-color: #8FB7BD;
}
.TagClassName
{
border-color: #8FB7BD;
}
</style>