Shades of Botticelli #8FB7C1
Tints of Botticelli #8FB7C1
RGB
CMYK
RGB Variations
Color information
#8FB7C1 (or 0x8FB7C1) is known color: Botticelli. HEX triplet: 8F, B7 and C1. RGB value is (143,183,193). Sum of RGB (Red+Green+Blue) = 143+183+193=519 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.55% from 519); Green value is 183 (71.88% from 255 or 35.26% from 519); Blue value is 193 (75.78% from 255 or 37.19% from 519); Max value from RGB is 193 - color contains mainly: blue. Hex color #8FB7C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB7C1 is #70483E. Grayscale: #ACACAC. Windows color (decimal): -7358527 or 12695439. OLE color: 12695439.
HSL color Cylindrical-coordinate representation of color #8FB7C1: hue angle of 192º 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 #8FB7C1 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 183 | 193 | - |
| CMYK | 0.26 | 0.05 | 0 | 0.24 |
| HSL | 192º | 0.29% | 0.66% | - |
| HSV(B) | 192º | 0.26% | 0.76% | - |
| XYZ | 37.89 | 43.56 | 56.86 | - |
| YUV | 172.18 | 139.75 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 183 | 193 | 0.26 | 0.05 | 0 | 0.24 | 192 | 0.29 | 0.66 |
| Hex | 8F | B7 | C1 | 1A | 5 | 0 | 18 | C0 | 1D | 42 |
| Octal | 217 | 267 | 301 | 32 | 5 | 0 | 30 | 300 | 35 | 102 |
| Binary | 10001111 | 10110111 | 11000001 | 11010 | 101 | 0 | 11000 | 11000000 | 11101 | 1000010 |
Color Harmonies of #8FB7C1
Complementary color
Monochromatic Colors of #8FB7C1
Black with #8FB7C1
Text Example
Text Example
White with #8FB7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB7C1; }
p { color: rgb(143,183,193); }
H1.HeaderClassName
{
color: #8FB7C1;
}
.AnyTagClassName
{
color: #8FB7C1;
}
</style>
background-color css
<style>
a { background-color: #8FB7C1; }
a { background-color: rgb(143,183,193); }
div.DivClassName
{
background-color: #8FB7C1;
}
.BgClassName
{
background-color: #8FB7C1;
}
</style>
border-color css
<style>
span { border-color: #8FB7C1; }
span { border-color: rgb(143,183,193); }
td.TdClassName
{
border-color: #8FB7C1;
}
.TagClassName
{
border-color: #8FB7C1;
}
</style>