Shades of Botticelli #93B8BF
Tints of Botticelli #93B8BF
RGB
CMYK
RGB Variations
Color information
#93B8BF (or 0x93B8BF) is known color: Botticelli. HEX triplet: 93, B8 and BF. RGB value is (147,184,191). Sum of RGB (Red+Green+Blue) = 147+184+191=522 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.16% from 522); Green value is 184 (72.27% from 255 or 35.25% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 191 - color contains mainly: blue. Hex color #93B8BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B8BF is #6C4740. Grayscale: #ADADAD. Windows color (decimal): -7096129 or 12564627. OLE color: 12564627.
HSL color Cylindrical-coordinate representation of color #93B8BF: hue angle of 189.55º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #93B8BF is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 184 | 191 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.25 |
| HSL | 189.55º | 0.26% | 0.66% | - |
| HSV(B) | 189.55º | 0.23% | 0.75% | - |
| XYZ | 38.58 | 44.25 | 55.8 | - |
| YUV | 173.74 | 137.74 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 184 | 191 | 0.23 | 0.04 | 0 | 0.25 | 189.55 | 0.26 | 0.66 |
| Hex | 93 | B8 | BF | 17 | 4 | 0 | 19 | BE | 1A | 42 |
| Octal | 223 | 270 | 277 | 27 | 4 | 0 | 31 | 276 | 32 | 102 |
| Binary | 10010011 | 10111000 | 10111111 | 10111 | 100 | 0 | 11001 | 10111110 | 11010 | 1000010 |
Color Harmonies of #93B8BF
Complementary color
Monochromatic Colors of #93B8BF
Black with #93B8BF
Text Example
Text Example
White with #93B8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B8BF; }
p { color: rgb(147,184,191); }
H1.HeaderClassName
{
color: #93B8BF;
}
.AnyTagClassName
{
color: #93B8BF;
}
</style>
background-color css
<style>
a { background-color: #93B8BF; }
a { background-color: rgb(147,184,191); }
div.DivClassName
{
background-color: #93B8BF;
}
.BgClassName
{
background-color: #93B8BF;
}
</style>
border-color css
<style>
span { border-color: #93B8BF; }
span { border-color: rgb(147,184,191); }
td.TdClassName
{
border-color: #93B8BF;
}
.TagClassName
{
border-color: #93B8BF;
}
</style>