Shades of Botticelli #83A9B9
Tints of Botticelli #83A9B9
RGB
CMYK
RGB Variations
Color information
#83A9B9 (or 0x83A9B9) is known color: Botticelli. HEX triplet: 83, A9 and B9. RGB value is (131,169,185). Sum of RGB (Red+Green+Blue) = 131+169+185=485 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.01% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 185 (72.66% from 255 or 38.14% from 485); Max value from RGB is 185 - color contains mainly: blue. Hex color #83A9B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A9B9 is #7C5646. Grayscale: #9F9F9F. Windows color (decimal): -8148551 or 12167555. OLE color: 12167555.
HSL color Cylindrical-coordinate representation of color #83A9B9: hue angle of 197.78º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #83A9B9 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 169 | 185 | - |
| CMYK | 0.29 | 0.09 | 0 | 0.27 |
| HSL | 197.78º | 0.28% | 0.62% | - |
| HSV(B) | 197.78º | 0.29% | 0.73% | - |
| XYZ | 32.31 | 36.7 | 51.28 | - |
| YUV | 159.46 | 142.41 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 169 | 185 | 0.29 | 0.09 | 0 | 0.27 | 197.78 | 0.28 | 0.62 |
| Hex | 83 | A9 | B9 | 1D | 9 | 0 | 1B | C6 | 1C | 3E |
| Octal | 203 | 251 | 271 | 35 | 11 | 0 | 33 | 306 | 34 | 76 |
| Binary | 10000011 | 10101001 | 10111001 | 11101 | 1001 | 0 | 11011 | 11000110 | 11100 | 111110 |
Color Harmonies of #83A9B9
Complementary color
Monochromatic Colors of #83A9B9
Black with #83A9B9
Text Example
Text Example
White with #83A9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A9B9; }
p { color: rgb(131,169,185); }
H1.HeaderClassName
{
color: #83A9B9;
}
.AnyTagClassName
{
color: #83A9B9;
}
</style>
background-color css
<style>
a { background-color: #83A9B9; }
a { background-color: rgb(131,169,185); }
div.DivClassName
{
background-color: #83A9B9;
}
.BgClassName
{
background-color: #83A9B9;
}
</style>
border-color css
<style>
span { border-color: #83A9B9; }
span { border-color: rgb(131,169,185); }
td.TdClassName
{
border-color: #83A9B9;
}
.TagClassName
{
border-color: #83A9B9;
}
</style>