Shades of Botticelli #93B8C4
Tints of Botticelli #93B8C4
RGB
CMYK
RGB Variations
Color information
#93B8C4 (or 0x93B8C4) is known color: Botticelli. HEX triplet: 93, B8 and C4. RGB value is (147,184,196). Sum of RGB (Red+Green+Blue) = 147+184+196=527 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.89% from 527); Green value is 184 (72.27% from 255 or 34.91% from 527); Blue value is 196 (76.95% from 255 or 37.19% from 527); Max value from RGB is 196 - color contains mainly: blue. Hex color #93B8C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B8C4 is #6C473B. Grayscale: #AEAEAE. Windows color (decimal): -7096124 or 12892307. OLE color: 12892307.
HSL color Cylindrical-coordinate representation of color #93B8C4: hue angle of 194.69º degrees, saturation: 0.29, 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 #93B8C4 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 147 | 184 | 196 | - |
| CMYK | 0.25 | 0.06 | 0 | 0.23 |
| HSL | 194.69º | 0.29% | 0.67% | - |
| HSV(B) | 194.69º | 0.25% | 0.77% | - |
| XYZ | 39.14 | 44.47 | 58.75 | - |
| YUV | 174.31 | 140.24 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 184 | 196 | 0.25 | 0.06 | 0 | 0.23 | 194.69 | 0.29 | 0.67 |
| Hex | 93 | B8 | C4 | 19 | 6 | 0 | 17 | C3 | 1D | 43 |
| Octal | 223 | 270 | 304 | 31 | 6 | 0 | 27 | 303 | 35 | 103 |
| Binary | 10010011 | 10111000 | 11000100 | 11001 | 110 | 0 | 10111 | 11000011 | 11101 | 1000011 |
Color Harmonies of #93B8C4
Complementary color
Monochromatic Colors of #93B8C4
Black with #93B8C4
Text Example
Text Example
White with #93B8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B8C4; }
p { color: rgb(147,184,196); }
H1.HeaderClassName
{
color: #93B8C4;
}
.AnyTagClassName
{
color: #93B8C4;
}
</style>
background-color css
<style>
a { background-color: #93B8C4; }
a { background-color: rgb(147,184,196); }
div.DivClassName
{
background-color: #93B8C4;
}
.BgClassName
{
background-color: #93B8C4;
}
</style>
border-color css
<style>
span { border-color: #93B8C4; }
span { border-color: rgb(147,184,196); }
td.TdClassName
{
border-color: #93B8C4;
}
.TagClassName
{
border-color: #93B8C4;
}
</style>