#84AABB

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

Shades of Nepal #84AABB

Tints of Nepal #84AABB

Color information

#84AABB (or 0x84AABB) is unknown color: approx Nepal. HEX triplet: 84, AA and BB. RGB value is (132,170,187). Sum of RGB (Red+Green+Blue) = 132+170+187=489 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.99% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 187 - color contains mainly: blue. Hex color #84AABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AABB is #7B5544. Grayscale: #A0A0A0. Windows color (decimal): -8082757 or 12298884. OLE color: 12298884.

HSL color Cylindrical-coordinate representation of color #84AABB: hue angle of 198.55º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84AABB is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB132170187-
CMYK0.290.0900.27
HSL198.55º28.8%62.55%-
HSV(B)198.55º29.41%73.33%-
XYZ32.8637.2452.47-
YUV160.58142.91107.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.99%
GREEN value IS 170 (66.80% from 255) = 34.76%
BLUE value IS 187 (73.44% from 255) = 38.24%
R=26.99%
G=34.76%
B=38.24%

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
Decimal1321701870.290.0900.27198.5528.862.55
Hex84AABB1D901Bc71d3f
Octal20425227335110333073577
Binary1000010010101010101110111110110010110111100011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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