Shades of Botticelli #8FBDC5
Tints of Botticelli #8FBDC5
RGB
CMYK
RGB Variations
Color information
#8FBDC5 (or 0x8FBDC5) is known color: Botticelli. HEX triplet: 8F, BD and C5. RGB value is (143,189,197). Sum of RGB (Red+Green+Blue) = 143+189+197=529 (70% of max value = 765). Red value is 143 (56.25% from 255 or 27.03% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 197 (77.34% from 255 or 37.24% from 529); Max value from RGB is 197 - color contains mainly: blue. Hex color #8FBDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBDC5 is #70423A. Grayscale: #B0B0B0. Windows color (decimal): -7356987 or 12959119. OLE color: 12959119.
HSL color Cylindrical-coordinate representation of color #8FBDC5: hue angle of 188.89º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8FBDC5 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 143 | 189 | 197 | - |
| CMYK | 0.27 | 0.04 | 0 | 0.23 |
| HSL | 188.89º | 0.32% | 0.67% | - |
| HSV(B) | 188.89º | 0.27% | 0.77% | - |
| XYZ | 39.6 | 46.27 | 59.67 | - |
| YUV | 176.16 | 139.76 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 189 | 197 | 0.27 | 0.04 | 0 | 0.23 | 188.89 | 0.32 | 0.67 |
| Hex | 8F | BD | C5 | 1B | 4 | 0 | 17 | BD | 20 | 43 |
| Octal | 217 | 275 | 305 | 33 | 4 | 0 | 27 | 275 | 40 | 103 |
| Binary | 10001111 | 10111101 | 11000101 | 11011 | 100 | 0 | 10111 | 10111101 | 100000 | 1000011 |
Color Harmonies of #8FBDC5
Complementary color
Monochromatic Colors of #8FBDC5
Black with #8FBDC5
Text Example
Text Example
White with #8FBDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBDC5; }
p { color: rgb(143,189,197); }
H1.HeaderClassName
{
color: #8FBDC5;
}
.AnyTagClassName
{
color: #8FBDC5;
}
</style>
background-color css
<style>
a { background-color: #8FBDC5; }
a { background-color: rgb(143,189,197); }
div.DivClassName
{
background-color: #8FBDC5;
}
.BgClassName
{
background-color: #8FBDC5;
}
</style>
border-color css
<style>
span { border-color: #8FBDC5; }
span { border-color: rgb(143,189,197); }
td.TdClassName
{
border-color: #8FBDC5;
}
.TagClassName
{
border-color: #8FBDC5;
}
</style>