Shades of Botticelli #8FB3B6
Tints of Botticelli #8FB3B6
RGB
CMYK
RGB Variations
Color information
#8FB3B6 (or 0x8FB3B6) is known color: Botticelli. HEX triplet: 8F, B3 and B6. RGB value is (143,179,182). Sum of RGB (Red+Green+Blue) = 143+179+182=504 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.37% from 504); Green value is 179 (70.31% from 255 or 35.52% from 504); Blue value is 182 (71.48% from 255 or 36.11% from 504); Max value from RGB is 182 - color contains mainly: blue. Hex color #8FB3B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB3B6 is #704C49. Grayscale: #A8A8A8. Windows color (decimal): -7359562 or 11973519. OLE color: 11973519.
HSL color Cylindrical-coordinate representation of color #8FB3B6: hue angle of 184.62º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8FB3B6 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 179 | 182 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.29 |
| HSL | 184.62º | 0.21% | 0.64% | - |
| HSV(B) | 184.62º | 0.21% | 0.71% | - |
| XYZ | 35.89 | 41.46 | 50.37 | - |
| YUV | 168.58 | 135.57 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 179 | 182 | 0.21 | 0.02 | 0 | 0.29 | 184.62 | 0.21 | 0.64 |
| Hex | 8F | B3 | B6 | 15 | 2 | 0 | 1D | B9 | 15 | 40 |
| Octal | 217 | 263 | 266 | 25 | 2 | 0 | 35 | 271 | 25 | 100 |
| Binary | 10001111 | 10110011 | 10110110 | 10101 | 10 | 0 | 11101 | 10111001 | 10101 | 1000000 |
Color Harmonies of #8FB3B6
Complementary color
Monochromatic Colors of #8FB3B6
Black with #8FB3B6
Text Example
Text Example
White with #8FB3B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB3B6; }
p { color: rgb(143,179,182); }
H1.HeaderClassName
{
color: #8FB3B6;
}
.AnyTagClassName
{
color: #8FB3B6;
}
</style>
background-color css
<style>
a { background-color: #8FB3B6; }
a { background-color: rgb(143,179,182); }
div.DivClassName
{
background-color: #8FB3B6;
}
.BgClassName
{
background-color: #8FB3B6;
}
</style>
border-color css
<style>
span { border-color: #8FB3B6; }
span { border-color: rgb(143,179,182); }
td.TdClassName
{
border-color: #8FB3B6;
}
.TagClassName
{
border-color: #8FB3B6;
}
</style>