Shades of Botticelli #93B3B8
Tints of Botticelli #93B3B8
RGB
CMYK
RGB Variations
Color information
#93B3B8 (or 0x93B3B8) is known color: Botticelli. HEX triplet: 93, B3 and B8. RGB value is (147,179,184). Sum of RGB (Red+Green+Blue) = 147+179+184=510 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.82% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 184 (72.27% from 255 or 36.08% from 510); Max value from RGB is 184 - color contains mainly: blue. Hex color #93B3B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B3B8 is #6C4C47. Grayscale: #A9A9A9. Windows color (decimal): -7097416 or 12104595. OLE color: 12104595.
HSL color Cylindrical-coordinate representation of color #93B3B8: hue angle of 188.11º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #93B3B8 is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 147 | 179 | 184 | - |
| CMYK | 0.20 | 0.03 | 0 | 0.28 |
| HSL | 188.11º | 0.21% | 0.65% | - |
| HSV(B) | 188.11º | 0.2% | 0.72% | - |
| XYZ | 36.8 | 41.9 | 51.5 | - |
| YUV | 170 | 135.9 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 179 | 184 | 0.20 | 0.03 | 0 | 0.28 | 188.11 | 0.21 | 0.65 |
| Hex | 93 | B3 | B8 | 14 | 3 | 0 | 1C | BC | 15 | 41 |
| Octal | 223 | 263 | 270 | 24 | 3 | 0 | 34 | 274 | 25 | 101 |
| Binary | 10010011 | 10110011 | 10111000 | 10100 | 11 | 0 | 11100 | 10111100 | 10101 | 1000001 |
Color Harmonies of #93B3B8
Complementary color
Monochromatic Colors of #93B3B8
Black with #93B3B8
Text Example
Text Example
White with #93B3B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B3B8; }
p { color: rgb(147,179,184); }
H1.HeaderClassName
{
color: #93B3B8;
}
.AnyTagClassName
{
color: #93B3B8;
}
</style>
background-color css
<style>
a { background-color: #93B3B8; }
a { background-color: rgb(147,179,184); }
div.DivClassName
{
background-color: #93B3B8;
}
.BgClassName
{
background-color: #93B3B8;
}
</style>
border-color css
<style>
span { border-color: #93B3B8; }
span { border-color: rgb(147,179,184); }
td.TdClassName
{
border-color: #93B3B8;
}
.TagClassName
{
border-color: #93B3B8;
}
</style>