#84A9BB

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

Shades of Nepal #84A9BB

Tints of Nepal #84A9BB

Color information

#84A9BB (or 0x84A9BB) is unknown color: approx Nepal. HEX triplet: 84, A9 and BB. RGB value is (132,169,187). Sum of RGB (Red+Green+Blue) = 132+169+187=488 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.05% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 187 - color contains mainly: blue. Hex color #84A9BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A9BB is #7B5644. Grayscale: #9F9F9F. Windows color (decimal): -8083013 or 12298628. OLE color: 12298628.

HSL color Cylindrical-coordinate representation of color #84A9BB: hue angle of 199.64º 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 #84A9BB is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB132169187-
CMYK0.290.1000.27
HSL199.64º28.8%62.55%-
HSV(B)199.64º29.41%73.33%-
XYZ32.6736.8752.41-
YUV159.99143.24108.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.05%
GREEN value IS 169 (66.41% from 255) = 34.63%
BLUE value IS 187 (73.44% from 255) = 38.32%
R=27.05%
G=34.63%
B=38.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321691870.290.1000.27199.6428.862.55
Hex84A9BB1DA01Bc81d3f
Octal20425127335120333103577
Binary1000010010101001101110111110110100110111100100011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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