#84AAB7

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

Shades of Botticelli #84AAB7

Tints of Botticelli #84AAB7

Color information

#84AAB7 (or 0x84AAB7) is unknown color: approx Botticelli. HEX triplet: 84, AA and B7. RGB value is (132,170,183). Sum of RGB (Red+Green+Blue) = 132+170+183=485 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.22% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 183 (71.88% from 255 or 37.73% from 485); Max value from RGB is 183 - color contains mainly: blue. Hex color #84AAB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AAB7 is #7B5548. Grayscale: #A0A0A0. Windows color (decimal): -8082761 or 12036740. OLE color: 12036740.

HSL color Cylindrical-coordinate representation of color #84AAB7: hue angle of 195.29º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #84AAB7 is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB132170183-
CMYK0.280.0700.28
HSL195.29º26.15%61.76%-
HSV(B)195.29º27.87%71.76%-
XYZ32.4437.0750.25-
YUV160.12140.91107.94-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.22%
GREEN value IS 170 (66.80% from 255) = 35.05%
BLUE value IS 183 (71.88% from 255) = 37.73%
R=27.22%
G=35.05%
B=37.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1321701830.280.0700.28195.2926.1561.76
Hex84AAB71C701Cc31a3e
Octal2042522673470343033276
Binary100001001010101010110111111001110111001100001111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84AAB7; }

 p { color: rgb(132,170,183); }

 H1.HeaderClassName
 {
   color: #84AAB7;
 }
 .AnyTagClassName
 {
   color: #84AAB7;
 }
</style>
background-color css

<style>
 a { background-color: #84AAB7; }

 a { background-color: rgb(132,170,183); }

 div.DivClassName
 {
   background-color: #84AAB7;
 }
 .BgClassName
 {
   background-color: #84AAB7;
 }
</style>
border-color css

<style>
 span { border-color: #84AAB7; }

 span { border-color: rgb(132,170,183); }

 td.TdClassName
 {
   border-color: #84AAB7;
 }
 .TagClassName
 {
   border-color: #84AAB7;
 }
</style>