Shades of Botticelli #93B7B9
Tints of Botticelli #93B7B9
RGB
CMYK
RGB Variations
Color information
#93B7B9 (or 0x93B7B9) is known color: Botticelli. HEX triplet: 93, B7 and B9. RGB value is (147,183,185). Sum of RGB (Red+Green+Blue) = 147+183+185=515 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.54% from 515); Green value is 183 (71.88% from 255 or 35.53% from 515); Blue value is 185 (72.66% from 255 or 35.92% from 515); Max value from RGB is 185 - color contains mainly: blue. Hex color #93B7B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B7B9 is #6C4846. Grayscale: #ACACAC. Windows color (decimal): -7096391 or 12171155. OLE color: 12171155.
HSL color Cylindrical-coordinate representation of color #93B7B9: hue angle of 183.16º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #93B7B9 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 183 | 185 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.27 |
| HSL | 183.16º | 0.21% | 0.65% | - |
| HSV(B) | 183.16º | 0.21% | 0.73% | - |
| XYZ | 37.72 | 43.57 | 52.32 | - |
| YUV | 172.46 | 135.07 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 183 | 185 | 0.21 | 0.01 | 0 | 0.27 | 183.16 | 0.21 | 0.65 |
| Hex | 93 | B7 | B9 | 15 | 1 | 0 | 1B | B7 | 15 | 41 |
| Octal | 223 | 267 | 271 | 25 | 1 | 0 | 33 | 267 | 25 | 101 |
| Binary | 10010011 | 10110111 | 10111001 | 10101 | 1 | 0 | 11011 | 10110111 | 10101 | 1000001 |
Color Harmonies of #93B7B9
Complementary color
Monochromatic Colors of #93B7B9
Black with #93B7B9
Text Example
Text Example
White with #93B7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B7B9; }
p { color: rgb(147,183,185); }
H1.HeaderClassName
{
color: #93B7B9;
}
.AnyTagClassName
{
color: #93B7B9;
}
</style>
background-color css
<style>
a { background-color: #93B7B9; }
a { background-color: rgb(147,183,185); }
div.DivClassName
{
background-color: #93B7B9;
}
.BgClassName
{
background-color: #93B7B9;
}
</style>
border-color css
<style>
span { border-color: #93B7B9; }
span { border-color: rgb(147,183,185); }
td.TdClassName
{
border-color: #93B7B9;
}
.TagClassName
{
border-color: #93B7B9;
}
</style>