Shades of Botticelli #8FBBC8
Tints of Botticelli #8FBBC8
RGB
CMYK
RGB Variations
Color information
#8FBBC8 (or 0x8FBBC8) is known color: Botticelli. HEX triplet: 8F, BB and C8. RGB value is (143,187,200). Sum of RGB (Red+Green+Blue) = 143+187+200=530 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.98% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 200 (78.52% from 255 or 37.74% from 530); Max value from RGB is 200 - color contains mainly: blue. Hex color #8FBBC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBBC8 is #704437. Grayscale: #AFAFAF. Windows color (decimal): -7357496 or 13155215. OLE color: 13155215.
HSL color Cylindrical-coordinate representation of color #8FBBC8: hue angle of 193.68º 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 #8FBBC8 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 187 | 200 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.22 |
| HSL | 193.68º | 0.34% | 0.67% | - |
| HSV(B) | 193.68º | 0.29% | 0.78% | - |
| XYZ | 39.52 | 45.55 | 61.35 | - |
| YUV | 175.33 | 141.92 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 187 | 200 | 0.28 | 0.06 | 0 | 0.22 | 193.68 | 0.34 | 0.67 |
| Hex | 8F | BB | C8 | 1C | 6 | 0 | 16 | C2 | 22 | 43 |
| Octal | 217 | 273 | 310 | 34 | 6 | 0 | 26 | 302 | 42 | 103 |
| Binary | 10001111 | 10111011 | 11001000 | 11100 | 110 | 0 | 10110 | 11000010 | 100010 | 1000011 |
Color Harmonies of #8FBBC8
Complementary color
Monochromatic Colors of #8FBBC8
Black with #8FBBC8
Text Example
Text Example
White with #8FBBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBBC8; }
p { color: rgb(143,187,200); }
H1.HeaderClassName
{
color: #8FBBC8;
}
.AnyTagClassName
{
color: #8FBBC8;
}
</style>
background-color css
<style>
a { background-color: #8FBBC8; }
a { background-color: rgb(143,187,200); }
div.DivClassName
{
background-color: #8FBBC8;
}
.BgClassName
{
background-color: #8FBBC8;
}
</style>
border-color css
<style>
span { border-color: #8FBBC8; }
span { border-color: rgb(143,187,200); }
td.TdClassName
{
border-color: #8FBBC8;
}
.TagClassName
{
border-color: #8FBBC8;
}
</style>