Shades of Botticelli #8FBDC8
Tints of Botticelli #8FBDC8
RGB
CMYK
RGB Variations
Color information
#8FBDC8 (or 0x8FBDC8) is known color: Botticelli. HEX triplet: 8F, BD and C8. RGB value is (143,189,200). Sum of RGB (Red+Green+Blue) = 143+189+200=532 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.88% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 200 (78.52% from 255 or 37.59% from 532); Max value from RGB is 200 - color contains mainly: blue. Hex color #8FBDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBDC8 is #704237. Grayscale: #B0B0B0. Windows color (decimal): -7356984 or 13155727. OLE color: 13155727.
HSL color Cylindrical-coordinate representation of color #8FBDC8: hue angle of 191.58º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FBDC8 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 189 | 200 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.22 |
| HSL | 191.58º | 0.34% | 0.67% | - |
| HSV(B) | 191.58º | 0.29% | 0.78% | - |
| XYZ | 39.95 | 46.4 | 61.5 | - |
| YUV | 176.5 | 141.26 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 189 | 200 | 0.28 | 0.06 | 0 | 0.22 | 191.58 | 0.34 | 0.67 |
| Hex | 8F | BD | C8 | 1C | 6 | 0 | 16 | C0 | 22 | 43 |
| Octal | 217 | 275 | 310 | 34 | 6 | 0 | 26 | 300 | 42 | 103 |
| Binary | 10001111 | 10111101 | 11001000 | 11100 | 110 | 0 | 10110 | 11000000 | 100010 | 1000011 |
Color Harmonies of #8FBDC8
Complementary color
Monochromatic Colors of #8FBDC8
Black with #8FBDC8
Text Example
Text Example
White with #8FBDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBDC8; }
p { color: rgb(143,189,200); }
H1.HeaderClassName
{
color: #8FBDC8;
}
.AnyTagClassName
{
color: #8FBDC8;
}
</style>
background-color css
<style>
a { background-color: #8FBDC8; }
a { background-color: rgb(143,189,200); }
div.DivClassName
{
background-color: #8FBDC8;
}
.BgClassName
{
background-color: #8FBDC8;
}
</style>
border-color css
<style>
span { border-color: #8FBDC8; }
span { border-color: rgb(143,189,200); }
td.TdClassName
{
border-color: #8FBDC8;
}
.TagClassName
{
border-color: #8FBDC8;
}
</style>