Shades of Botticelli #8FAFB6
Tints of Botticelli #8FAFB6
RGB
CMYK
RGB Variations
Color information
#8FAFB6 (or 0x8FAFB6) is known color: Botticelli. HEX triplet: 8F, AF and B6. RGB value is (143,175,182). Sum of RGB (Red+Green+Blue) = 143+175+182=500 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.6% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 182 (71.48% from 255 or 36.4% from 500); Max value from RGB is 182 - color contains mainly: blue. Hex color #8FAFB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAFB6 is #705049. Grayscale: #A6A6A6. Windows color (decimal): -7360586 or 11972495. OLE color: 11972495.
HSL color Cylindrical-coordinate representation of color #8FAFB6: hue angle of 190.77º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8FAFB6 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 175 | 182 | - |
| CMYK | 0.21 | 0.04 | 0 | 0.29 |
| HSL | 190.77º | 0.21% | 0.64% | - |
| HSV(B) | 190.77º | 0.21% | 0.71% | - |
| XYZ | 35.1 | 39.88 | 50.1 | - |
| YUV | 166.23 | 136.9 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 175 | 182 | 0.21 | 0.04 | 0 | 0.29 | 190.77 | 0.21 | 0.64 |
| Hex | 8F | AF | B6 | 15 | 4 | 0 | 1D | BF | 15 | 40 |
| Octal | 217 | 257 | 266 | 25 | 4 | 0 | 35 | 277 | 25 | 100 |
| Binary | 10001111 | 10101111 | 10110110 | 10101 | 100 | 0 | 11101 | 10111111 | 10101 | 1000000 |
Color Harmonies of #8FAFB6
Complementary color
Monochromatic Colors of #8FAFB6
Black with #8FAFB6
Text Example
Text Example
White with #8FAFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAFB6; }
p { color: rgb(143,175,182); }
H1.HeaderClassName
{
color: #8FAFB6;
}
.AnyTagClassName
{
color: #8FAFB6;
}
</style>
background-color css
<style>
a { background-color: #8FAFB6; }
a { background-color: rgb(143,175,182); }
div.DivClassName
{
background-color: #8FAFB6;
}
.BgClassName
{
background-color: #8FAFB6;
}
</style>
border-color css
<style>
span { border-color: #8FAFB6; }
span { border-color: rgb(143,175,182); }
td.TdClassName
{
border-color: #8FAFB6;
}
.TagClassName
{
border-color: #8FAFB6;
}
</style>