Shades of Botticelli #93B0B8
Tints of Botticelli #93B0B8
RGB
CMYK
RGB Variations
Color information
#93B0B8 (or 0x93B0B8) is known color: Botticelli. HEX triplet: 93, B0 and B8. RGB value is (147,176,184). Sum of RGB (Red+Green+Blue) = 147+176+184=507 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.99% from 507); Green value is 176 (69.14% from 255 or 34.71% from 507); Blue value is 184 (72.27% from 255 or 36.29% from 507); Max value from RGB is 184 - color contains mainly: blue. Hex color #93B0B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93B0B8 is #6C4F47. Grayscale: #A8A8A8. Windows color (decimal): -7098184 or 12103827. OLE color: 12103827.
HSL color Cylindrical-coordinate representation of color #93B0B8: hue angle of 192.97º 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 #93B0B8 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 147 | 176 | 184 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.28 |
| HSL | 192.97º | 0.21% | 0.65% | - |
| HSV(B) | 192.97º | 0.2% | 0.72% | - |
| XYZ | 36.21 | 40.71 | 51.3 | - |
| YUV | 168.24 | 136.89 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 176 | 184 | 0.20 | 0.04 | 0 | 0.28 | 192.97 | 0.21 | 0.65 |
| Hex | 93 | B0 | B8 | 14 | 4 | 0 | 1C | C1 | 15 | 41 |
| Octal | 223 | 260 | 270 | 24 | 4 | 0 | 34 | 301 | 25 | 101 |
| Binary | 10010011 | 10110000 | 10111000 | 10100 | 100 | 0 | 11100 | 11000001 | 10101 | 1000001 |
Color Harmonies of #93B0B8
Complementary color
Monochromatic Colors of #93B0B8
Black with #93B0B8
Text Example
Text Example
White with #93B0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B0B8; }
p { color: rgb(147,176,184); }
H1.HeaderClassName
{
color: #93B0B8;
}
.AnyTagClassName
{
color: #93B0B8;
}
</style>
background-color css
<style>
a { background-color: #93B0B8; }
a { background-color: rgb(147,176,184); }
div.DivClassName
{
background-color: #93B0B8;
}
.BgClassName
{
background-color: #93B0B8;
}
</style>
border-color css
<style>
span { border-color: #93B0B8; }
span { border-color: rgb(147,176,184); }
td.TdClassName
{
border-color: #93B0B8;
}
.TagClassName
{
border-color: #93B0B8;
}
</style>