Shades of Botticelli #8FB3C1
Tints of Botticelli #8FB3C1
RGB
CMYK
RGB Variations
Color information
#8FB3C1 (or 0x8FB3C1) is known color: Botticelli. HEX triplet: 8F, B3 and C1. RGB value is (143,179,193). Sum of RGB (Red+Green+Blue) = 143+179+193=515 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.77% from 515); Green value is 179 (70.31% from 255 or 34.76% from 515); Blue value is 193 (75.78% from 255 or 37.48% from 515); Max value from RGB is 193 - color contains mainly: blue. Hex color #8FB3C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB3C1 is #704C3E. Grayscale: #A9A9A9. Windows color (decimal): -7359551 or 12694415. OLE color: 12694415.
HSL color Cylindrical-coordinate representation of color #8FB3C1: hue angle of 196.8º 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 #8FB3C1 is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 179 | 193 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.24 |
| HSL | 196.8º | 0.29% | 0.66% | - |
| HSV(B) | 196.8º | 0.26% | 0.76% | - |
| XYZ | 37.07 | 41.93 | 56.59 | - |
| YUV | 169.83 | 141.07 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 179 | 193 | 0.26 | 0.07 | 0 | 0.24 | 196.8 | 0.29 | 0.66 |
| Hex | 8F | B3 | C1 | 1A | 7 | 0 | 18 | C5 | 1D | 42 |
| Octal | 217 | 263 | 301 | 32 | 7 | 0 | 30 | 305 | 35 | 102 |
| Binary | 10001111 | 10110011 | 11000001 | 11010 | 111 | 0 | 11000 | 11000101 | 11101 | 1000010 |
Color Harmonies of #8FB3C1
Complementary color
Monochromatic Colors of #8FB3C1
Black with #8FB3C1
Text Example
Text Example
White with #8FB3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB3C1; }
p { color: rgb(143,179,193); }
H1.HeaderClassName
{
color: #8FB3C1;
}
.AnyTagClassName
{
color: #8FB3C1;
}
</style>
background-color css
<style>
a { background-color: #8FB3C1; }
a { background-color: rgb(143,179,193); }
div.DivClassName
{
background-color: #8FB3C1;
}
.BgClassName
{
background-color: #8FB3C1;
}
</style>
border-color css
<style>
span { border-color: #8FB3C1; }
span { border-color: rgb(143,179,193); }
td.TdClassName
{
border-color: #8FB3C1;
}
.TagClassName
{
border-color: #8FB3C1;
}
</style>