Shades of Botticelli #93B8B9
Tints of Botticelli #93B8B9
RGB
CMYK
RGB Variations
Color information
#93B8B9 (or 0x93B8B9) is known color: Botticelli. HEX triplet: 93, B8 and B9. RGB value is (147,184,185). Sum of RGB (Red+Green+Blue) = 147+184+185=516 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.49% from 516); Green value is 184 (72.27% from 255 or 35.66% from 516); Blue value is 185 (72.66% from 255 or 35.85% from 516); Max value from RGB is 185 - color contains mainly: blue. Hex color #93B8B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B8B9 is #6C4746. Grayscale: #ADADAD. Windows color (decimal): -7096135 or 12171411. OLE color: 12171411.
HSL color Cylindrical-coordinate representation of color #93B8B9: hue angle of 181.58º 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 #93B8B9 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 184 | 185 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.27 |
| HSL | 181.58º | 0.21% | 0.65% | - |
| HSV(B) | 181.58º | 0.21% | 0.73% | - |
| XYZ | 37.93 | 43.99 | 52.39 | - |
| YUV | 173.05 | 134.74 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 184 | 185 | 0.21 | 0.01 | 0 | 0.27 | 181.58 | 0.21 | 0.65 |
| Hex | 93 | B8 | B9 | 15 | 1 | 0 | 1B | B6 | 15 | 41 |
| Octal | 223 | 270 | 271 | 25 | 1 | 0 | 33 | 266 | 25 | 101 |
| Binary | 10010011 | 10111000 | 10111001 | 10101 | 1 | 0 | 11011 | 10110110 | 10101 | 1000001 |
Color Harmonies of #93B8B9
Complementary color
Monochromatic Colors of #93B8B9
Black with #93B8B9
Text Example
Text Example
White with #93B8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B8B9; }
p { color: rgb(147,184,185); }
H1.HeaderClassName
{
color: #93B8B9;
}
.AnyTagClassName
{
color: #93B8B9;
}
</style>
background-color css
<style>
a { background-color: #93B8B9; }
a { background-color: rgb(147,184,185); }
div.DivClassName
{
background-color: #93B8B9;
}
.BgClassName
{
background-color: #93B8B9;
}
</style>
border-color css
<style>
span { border-color: #93B8B9; }
span { border-color: rgb(147,184,185); }
td.TdClassName
{
border-color: #93B8B9;
}
.TagClassName
{
border-color: #93B8B9;
}
</style>