Shades of Botticelli #8FB8BA
Tints of Botticelli #8FB8BA
RGB
CMYK
RGB Variations
Color information
#8FB8BA (or 0x8FB8BA) is known color: Botticelli. HEX triplet: 8F, B8 and BA. RGB value is (143,184,186). Sum of RGB (Red+Green+Blue) = 143+184+186=513 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.88% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 186 - color contains mainly: blue. Hex color #8FB8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB8BA is #704745. Grayscale: #ABABAB. Windows color (decimal): -7358278 or 12236943. OLE color: 12236943.
HSL color Cylindrical-coordinate representation of color #8FB8BA: hue angle of 182.79º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8FB8BA is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 184 | 186 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.27 |
| HSL | 182.79º | 0.24% | 0.65% | - |
| HSV(B) | 182.79º | 0.23% | 0.73% | - |
| XYZ | 37.33 | 43.67 | 52.92 | - |
| YUV | 171.97 | 135.92 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 184 | 186 | 0.23 | 0.01 | 0 | 0.27 | 182.79 | 0.24 | 0.65 |
| Hex | 8F | B8 | BA | 17 | 1 | 0 | 1B | B7 | 18 | 41 |
| Octal | 217 | 270 | 272 | 27 | 1 | 0 | 33 | 267 | 30 | 101 |
| Binary | 10001111 | 10111000 | 10111010 | 10111 | 1 | 0 | 11011 | 10110111 | 11000 | 1000001 |
Color Harmonies of #8FB8BA
Complementary color
Monochromatic Colors of #8FB8BA
Black with #8FB8BA
Text Example
Text Example
White with #8FB8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB8BA; }
p { color: rgb(143,184,186); }
H1.HeaderClassName
{
color: #8FB8BA;
}
.AnyTagClassName
{
color: #8FB8BA;
}
</style>
background-color css
<style>
a { background-color: #8FB8BA; }
a { background-color: rgb(143,184,186); }
div.DivClassName
{
background-color: #8FB8BA;
}
.BgClassName
{
background-color: #8FB8BA;
}
</style>
border-color css
<style>
span { border-color: #8FB8BA; }
span { border-color: rgb(143,184,186); }
td.TdClassName
{
border-color: #8FB8BA;
}
.TagClassName
{
border-color: #8FB8BA;
}
</style>