Shades of Botticelli #97B8C3
Tints of Botticelli #97B8C3
RGB
CMYK
RGB Variations
Color information
#97B8C3 (or 0x97B8C3) is known color: Botticelli. HEX triplet: 97, B8 and C3. RGB value is (151,184,195). Sum of RGB (Red+Green+Blue) = 151+184+195=530 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.49% from 530); Green value is 184 (72.27% from 255 or 34.72% from 530); Blue value is 195 (76.56% from 255 or 36.79% from 530); Max value from RGB is 195 - color contains mainly: blue. Hex color #97B8C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97B8C3 is #68473C. Grayscale: #AFAFAF. Windows color (decimal): -6833981 or 12826775. OLE color: 12826775.
HSL color Cylindrical-coordinate representation of color #97B8C3: hue angle of 195º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #97B8C3 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 184 | 195 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.24 |
| HSL | 195º | 0.27% | 0.68% | - |
| HSV(B) | 195º | 0.23% | 0.76% | - |
| XYZ | 39.75 | 44.8 | 58.18 | - |
| YUV | 175.39 | 139.07 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 184 | 195 | 0.23 | 0.06 | 0 | 0.24 | 195 | 0.27 | 0.68 |
| Hex | 97 | B8 | C3 | 17 | 6 | 0 | 18 | C3 | 1B | 44 |
| Octal | 227 | 270 | 303 | 27 | 6 | 0 | 30 | 303 | 33 | 104 |
| Binary | 10010111 | 10111000 | 11000011 | 10111 | 110 | 0 | 11000 | 11000011 | 11011 | 1000100 |
Color Harmonies of #97B8C3
Complementary color
Monochromatic Colors of #97B8C3
Black with #97B8C3
Text Example
Text Example
White with #97B8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97B8C3; }
p { color: rgb(151,184,195); }
H1.HeaderClassName
{
color: #97B8C3;
}
.AnyTagClassName
{
color: #97B8C3;
}
</style>
background-color css
<style>
a { background-color: #97B8C3; }
a { background-color: rgb(151,184,195); }
div.DivClassName
{
background-color: #97B8C3;
}
.BgClassName
{
background-color: #97B8C3;
}
</style>
border-color css
<style>
span { border-color: #97B8C3; }
span { border-color: rgb(151,184,195); }
td.TdClassName
{
border-color: #97B8C3;
}
.TagClassName
{
border-color: #97B8C3;
}
</style>