Shades of Botticelli #84AABA
Tints of Botticelli #84AABA
RGB
CMYK
RGB Variations
Color information
#84AABA (or 0x84AABA) is known color: Botticelli. HEX triplet: 84, AA and BA. RGB value is (132,170,186). Sum of RGB (Red+Green+Blue) = 132+170+186=488 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.05% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 186 - color contains mainly: blue. Hex color #84AABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AABA is #7B5545. Grayscale: #A0A0A0. Windows color (decimal): -8082758 or 12233348. OLE color: 12233348.
HSL color Cylindrical-coordinate representation of color #84AABA: 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 #84AABA is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 170 | 186 | - |
| 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.75 | 37.2 | 51.91 | - |
| YUV | 160.46 | 142.41 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 170 | 186 | 0.29 | 0.09 | 0 | 0.27 | 197.78 | 0.28 | 0.62 |
| Hex | 84 | AA | BA | 1D | 9 | 0 | 1B | C6 | 1C | 3E |
| Octal | 204 | 252 | 272 | 35 | 11 | 0 | 33 | 306 | 34 | 76 |
| Binary | 10000100 | 10101010 | 10111010 | 11101 | 1001 | 0 | 11011 | 11000110 | 11100 | 111110 |
Color Harmonies of #84AABA
Complementary color
Monochromatic Colors of #84AABA
Black with #84AABA
Text Example
Text Example
White with #84AABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AABA; }
p { color: rgb(132,170,186); }
H1.HeaderClassName
{
color: #84AABA;
}
.AnyTagClassName
{
color: #84AABA;
}
</style>
background-color css
<style>
a { background-color: #84AABA; }
a { background-color: rgb(132,170,186); }
div.DivClassName
{
background-color: #84AABA;
}
.BgClassName
{
background-color: #84AABA;
}
</style>
border-color css
<style>
span { border-color: #84AABA; }
span { border-color: rgb(132,170,186); }
td.TdClassName
{
border-color: #84AABA;
}
.TagClassName
{
border-color: #84AABA;
}
</style>