Shades of Botticelli #8FBEC5
Tints of Botticelli #8FBEC5
RGB
CMYK
RGB Variations
Color information
#8FBEC5 (or 0x8FBEC5) is known color: Botticelli. HEX triplet: 8F, BE and C5. RGB value is (143,190,197). Sum of RGB (Red+Green+Blue) = 143+190+197=530 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.98% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 197 (77.34% from 255 or 37.17% from 530); Max value from RGB is 197 - color contains mainly: blue. Hex color #8FBEC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBEC5 is #70413A. Grayscale: #B0B0B0. Windows color (decimal): -7356731 or 12959375. OLE color: 12959375.
HSL color Cylindrical-coordinate representation of color #8FBEC5: hue angle of 187.78º 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 #8FBEC5 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 143 | 190 | 197 | - |
| CMYK | 0.27 | 0.04 | 0 | 0.23 |
| HSL | 187.78º | 0.32% | 0.67% | - |
| HSV(B) | 187.78º | 0.27% | 0.77% | - |
| XYZ | 39.82 | 46.7 | 59.74 | - |
| YUV | 176.75 | 139.43 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 190 | 197 | 0.27 | 0.04 | 0 | 0.23 | 187.78 | 0.32 | 0.67 |
| Hex | 8F | BE | C5 | 1B | 4 | 0 | 17 | BC | 20 | 43 |
| Octal | 217 | 276 | 305 | 33 | 4 | 0 | 27 | 274 | 40 | 103 |
| Binary | 10001111 | 10111110 | 11000101 | 11011 | 100 | 0 | 10111 | 10111100 | 100000 | 1000011 |
Color Harmonies of #8FBEC5
Complementary color
Monochromatic Colors of #8FBEC5
Black with #8FBEC5
Text Example
Text Example
White with #8FBEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBEC5; }
p { color: rgb(143,190,197); }
H1.HeaderClassName
{
color: #8FBEC5;
}
.AnyTagClassName
{
color: #8FBEC5;
}
</style>
background-color css
<style>
a { background-color: #8FBEC5; }
a { background-color: rgb(143,190,197); }
div.DivClassName
{
background-color: #8FBEC5;
}
.BgClassName
{
background-color: #8FBEC5;
}
</style>
border-color css
<style>
span { border-color: #8FBEC5; }
span { border-color: rgb(143,190,197); }
td.TdClassName
{
border-color: #8FBEC5;
}
.TagClassName
{
border-color: #8FBEC5;
}
</style>