Shades of Botticelli #8FBFC1
Tints of Botticelli #8FBFC1
RGB
CMYK
RGB Variations
Color information
#8FBFC1 (or 0x8FBFC1) is known color: Botticelli. HEX triplet: 8F, BF and C1. RGB value is (143,191,193). Sum of RGB (Red+Green+Blue) = 143+191+193=527 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.13% from 527); Green value is 191 (75% from 255 or 36.24% from 527); Blue value is 193 (75.78% from 255 or 36.62% from 527); Max value from RGB is 193 - color contains mainly: blue. Hex color #8FBFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBFC1 is #70403E. Grayscale: #B0B0B0. Windows color (decimal): -7356479 or 12697487. OLE color: 12697487.
HSL color Cylindrical-coordinate representation of color #8FBFC1: hue angle of 182.4º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8FBFC1 is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 191 | 193 | - |
| CMYK | 0.26 | 0.01 | 0 | 0.24 |
| HSL | 182.4º | 0.29% | 0.66% | - |
| HSV(B) | 182.4º | 0.26% | 0.76% | - |
| XYZ | 39.58 | 46.95 | 57.43 | - |
| YUV | 176.88 | 137.1 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 191 | 193 | 0.26 | 0.01 | 0 | 0.24 | 182.4 | 0.29 | 0.66 |
| Hex | 8F | BF | C1 | 1A | 1 | 0 | 18 | B6 | 1D | 42 |
| Octal | 217 | 277 | 301 | 32 | 1 | 0 | 30 | 266 | 35 | 102 |
| Binary | 10001111 | 10111111 | 11000001 | 11010 | 1 | 0 | 11000 | 10110110 | 11101 | 1000010 |
Color Harmonies of #8FBFC1
Complementary color
Monochromatic Colors of #8FBFC1
Black with #8FBFC1
Text Example
Text Example
White with #8FBFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBFC1; }
p { color: rgb(143,191,193); }
H1.HeaderClassName
{
color: #8FBFC1;
}
.AnyTagClassName
{
color: #8FBFC1;
}
</style>
background-color css
<style>
a { background-color: #8FBFC1; }
a { background-color: rgb(143,191,193); }
div.DivClassName
{
background-color: #8FBFC1;
}
.BgClassName
{
background-color: #8FBFC1;
}
</style>
border-color css
<style>
span { border-color: #8FBFC1; }
span { border-color: rgb(143,191,193); }
td.TdClassName
{
border-color: #8FBFC1;
}
.TagClassName
{
border-color: #8FBFC1;
}
</style>