#84A1AA

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

Shades of Bali Hai #84A1AA

Tints of Bali Hai #84A1AA

Color information

#84A1AA (or 0x84A1AA) is unknown color: approx Bali Hai. HEX triplet: 84, A1 and AA. RGB value is (132,161,170). Sum of RGB (Red+Green+Blue) = 132+161+170=463 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.51% from 463); Green value is 161 (63.28% from 255 or 34.77% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 170 - color contains mainly: blue. Hex color #84A1AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A1AA is #7B5E55. Grayscale: #999999. Windows color (decimal): -8085078 or 11182468. OLE color: 11182468.

HSL color Cylindrical-coordinate representation of color #84A1AA: hue angle of 194.21º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #84A1AA is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB132161170-
CMYK0.220.0500.33
HSL194.21º18.27%59.22%-
HSV(B)194.21º22.35%66.67%-
XYZ29.5233.342.9-
YUV153.35137.39112.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.51%
GREEN value IS 161 (63.28% from 255) = 34.77%
BLUE value IS 170 (66.80% from 255) = 36.72%
R=28.51%
G=34.77%
B=36.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321611700.220.0500.33194.2118.2759.22
Hex84A1AA165021c2123b
Octal2042412522650413022273
Binary1000010010100001101010101011010101000011100001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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