Shades of Botticelli #8FBFC4
Tints of Botticelli #8FBFC4
RGB
CMYK
RGB Variations
Color information
#8FBFC4 (or 0x8FBFC4) is known color: Botticelli. HEX triplet: 8F, BF and C4. RGB value is (143,191,196). Sum of RGB (Red+Green+Blue) = 143+191+196=530 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.98% from 530); Green value is 191 (75% from 255 or 36.04% from 530); Blue value is 196 (76.95% from 255 or 36.98% from 530); Max value from RGB is 196 - color contains mainly: blue. Hex color #8FBFC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBFC4 is #70403B. Grayscale: #B1B1B1. Windows color (decimal): -7356476 or 12894095. OLE color: 12894095.
HSL color Cylindrical-coordinate representation of color #8FBFC4: hue angle of 185.66º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8FBFC4 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 143 | 191 | 196 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.23 |
| HSL | 185.66º | 0.31% | 0.66% | - |
| HSV(B) | 185.66º | 0.27% | 0.77% | - |
| XYZ | 39.92 | 47.09 | 59.21 | - |
| YUV | 177.22 | 138.6 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 191 | 196 | 0.27 | 0.03 | 0 | 0.23 | 185.66 | 0.31 | 0.66 |
| Hex | 8F | BF | C4 | 1B | 3 | 0 | 17 | BA | 1F | 42 |
| Octal | 217 | 277 | 304 | 33 | 3 | 0 | 27 | 272 | 37 | 102 |
| Binary | 10001111 | 10111111 | 11000100 | 11011 | 11 | 0 | 10111 | 10111010 | 11111 | 1000010 |
Color Harmonies of #8FBFC4
Complementary color
Monochromatic Colors of #8FBFC4
Black with #8FBFC4
Text Example
Text Example
White with #8FBFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBFC4; }
p { color: rgb(143,191,196); }
H1.HeaderClassName
{
color: #8FBFC4;
}
.AnyTagClassName
{
color: #8FBFC4;
}
</style>
background-color css
<style>
a { background-color: #8FBFC4; }
a { background-color: rgb(143,191,196); }
div.DivClassName
{
background-color: #8FBFC4;
}
.BgClassName
{
background-color: #8FBFC4;
}
</style>
border-color css
<style>
span { border-color: #8FBFC4; }
span { border-color: rgb(143,191,196); }
td.TdClassName
{
border-color: #8FBFC4;
}
.TagClassName
{
border-color: #8FBFC4;
}
</style>