Shades of Botticelli #8FBEBF
Tints of Botticelli #8FBEBF
RGB
CMYK
RGB Variations
Color information
#8FBEBF (or 0x8FBEBF) is known color: Botticelli. HEX triplet: 8F, BE and BF. RGB value is (143,190,191). Sum of RGB (Red+Green+Blue) = 143+190+191=524 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.29% from 524); Green value is 190 (74.61% from 255 or 36.26% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 191 - color contains mainly: blue. Hex color #8FBEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBEBF is #704140. Grayscale: #B0B0B0. Windows color (decimal): -7356737 or 12566159. OLE color: 12566159.
HSL color Cylindrical-coordinate representation of color #8FBEBF: hue angle of 181.25º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8FBEBF is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 190 | 191 | - |
| CMYK | 0.25 | 0.01 | 0 | 0.25 |
| HSL | 181.25º | 0.27% | 0.65% | - |
| HSV(B) | 181.25º | 0.25% | 0.75% | - |
| XYZ | 39.15 | 46.43 | 56.19 | - |
| YUV | 176.06 | 136.43 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 190 | 191 | 0.25 | 0.01 | 0 | 0.25 | 181.25 | 0.27 | 0.65 |
| Hex | 8F | BE | BF | 19 | 1 | 0 | 19 | B5 | 1B | 41 |
| Octal | 217 | 276 | 277 | 31 | 1 | 0 | 31 | 265 | 33 | 101 |
| Binary | 10001111 | 10111110 | 10111111 | 11001 | 1 | 0 | 11001 | 10110101 | 11011 | 1000001 |
Color Harmonies of #8FBEBF
Complementary color
Monochromatic Colors of #8FBEBF
Black with #8FBEBF
Text Example
Text Example
White with #8FBEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBEBF; }
p { color: rgb(143,190,191); }
H1.HeaderClassName
{
color: #8FBEBF;
}
.AnyTagClassName
{
color: #8FBEBF;
}
</style>
background-color css
<style>
a { background-color: #8FBEBF; }
a { background-color: rgb(143,190,191); }
div.DivClassName
{
background-color: #8FBEBF;
}
.BgClassName
{
background-color: #8FBEBF;
}
</style>
border-color css
<style>
span { border-color: #8FBEBF; }
span { border-color: rgb(143,190,191); }
td.TdClassName
{
border-color: #8FBEBF;
}
.TagClassName
{
border-color: #8FBEBF;
}
</style>