#84AABA

Color #84AABA Botticelli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Botticelli #84AABA

Tints of Botticelli #84AABA

Color information

#84AABA (or 0x84AABA) is unknown color: approx 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

RGB132170186-
CMYK0.290.0900.27
HSL197.78º28.12%62.35%-
HSV(B)197.78º29.03%72.94%-
XYZ32.7537.251.91-
YUV160.46142.41107.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 27.05%
GREEN value IS 170 (66.80% from 255) = 34.84%
BLUE value IS 186 (73.05% from 255) = 38.11%
R=27.05%
G=34.84%
B=38.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321701860.290.0900.27197.7828.1262.35
Hex84AABA1D901Bc61c3e
Octal20425227235110333063476
Binary1000010010101010101110101110110010110111100011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>