Shades of Botticelli #93B9C5
Tints of Botticelli #93B9C5
RGB
CMYK
RGB Variations
Color information
#93B9C5 (or 0x93B9C5) is known color: Botticelli. HEX triplet: 93, B9 and C5. RGB value is (147,185,197). Sum of RGB (Red+Green+Blue) = 147+185+197=529 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.79% from 529); Green value is 185 (72.66% from 255 or 34.97% from 529); Blue value is 197 (77.34% from 255 or 37.24% from 529); Max value from RGB is 197 - color contains mainly: blue. Hex color #93B9C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B9C5 is #6C463A. Grayscale: #AEAEAE. Windows color (decimal): -7095867 or 12958099. OLE color: 12958099.
HSL color Cylindrical-coordinate representation of color #93B9C5: hue angle of 194.4º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #93B9C5 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 147 | 185 | 197 | - |
| CMYK | 0.25 | 0.06 | 0 | 0.23 |
| HSL | 194.4º | 0.3% | 0.67% | - |
| HSV(B) | 194.4º | 0.25% | 0.77% | - |
| XYZ | 39.46 | 44.93 | 59.42 | - |
| YUV | 175.01 | 140.41 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 185 | 197 | 0.25 | 0.06 | 0 | 0.23 | 194.4 | 0.3 | 0.67 |
| Hex | 93 | B9 | C5 | 19 | 6 | 0 | 17 | C2 | 1E | 43 |
| Octal | 223 | 271 | 305 | 31 | 6 | 0 | 27 | 302 | 36 | 103 |
| Binary | 10010011 | 10111001 | 11000101 | 11001 | 110 | 0 | 10111 | 11000010 | 11110 | 1000011 |
Color Harmonies of #93B9C5
Complementary color
Monochromatic Colors of #93B9C5
Black with #93B9C5
Text Example
Text Example
White with #93B9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B9C5; }
p { color: rgb(147,185,197); }
H1.HeaderClassName
{
color: #93B9C5;
}
.AnyTagClassName
{
color: #93B9C5;
}
</style>
background-color css
<style>
a { background-color: #93B9C5; }
a { background-color: rgb(147,185,197); }
div.DivClassName
{
background-color: #93B9C5;
}
.BgClassName
{
background-color: #93B9C5;
}
</style>
border-color css
<style>
span { border-color: #93B9C5; }
span { border-color: rgb(147,185,197); }
td.TdClassName
{
border-color: #93B9C5;
}
.TagClassName
{
border-color: #93B9C5;
}
</style>