Shades of Botticelli #8FB6BD
Tints of Botticelli #8FB6BD
RGB
CMYK
RGB Variations
Color information
#8FB6BD (or 0x8FB6BD) is known color: Botticelli. HEX triplet: 8F, B6 and BD. RGB value is (143,182,189). Sum of RGB (Red+Green+Blue) = 143+182+189=514 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.82% from 514); Green value is 182 (71.48% from 255 or 35.41% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 189 - color contains mainly: blue. Hex color #8FB6BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB6BD is #704942. Grayscale: #ABABAB. Windows color (decimal): -7358787 or 12433039. OLE color: 12433039.
HSL color Cylindrical-coordinate representation of color #8FB6BD: hue angle of 189.13º 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 #8FB6BD is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 182 | 189 | - |
| CMYK | 0.24 | 0.04 | 0 | 0.26 |
| HSL | 189.13º | 0.26% | 0.65% | - |
| HSV(B) | 189.13º | 0.24% | 0.74% | - |
| XYZ | 37.24 | 42.97 | 54.48 | - |
| YUV | 171.14 | 138.08 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 182 | 189 | 0.24 | 0.04 | 0 | 0.26 | 189.13 | 0.26 | 0.65 |
| Hex | 8F | B6 | BD | 18 | 4 | 0 | 1A | BD | 1A | 41 |
| Octal | 217 | 266 | 275 | 30 | 4 | 0 | 32 | 275 | 32 | 101 |
| Binary | 10001111 | 10110110 | 10111101 | 11000 | 100 | 0 | 11010 | 10111101 | 11010 | 1000001 |
Color Harmonies of #8FB6BD
Complementary color
Monochromatic Colors of #8FB6BD
Black with #8FB6BD
Text Example
Text Example
White with #8FB6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB6BD; }
p { color: rgb(143,182,189); }
H1.HeaderClassName
{
color: #8FB6BD;
}
.AnyTagClassName
{
color: #8FB6BD;
}
</style>
background-color css
<style>
a { background-color: #8FB6BD; }
a { background-color: rgb(143,182,189); }
div.DivClassName
{
background-color: #8FB6BD;
}
.BgClassName
{
background-color: #8FB6BD;
}
</style>
border-color css
<style>
span { border-color: #8FB6BD; }
span { border-color: rgb(143,182,189); }
td.TdClassName
{
border-color: #8FB6BD;
}
.TagClassName
{
border-color: #8FB6BD;
}
</style>