#84A8BF

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

Shades of Nepal #84A8BF

Tints of Nepal #84A8BF

Color information

#84A8BF (or 0x84A8BF) is unknown color: approx Nepal. HEX triplet: 84, A8 and BF. RGB value is (132,168,191). Sum of RGB (Red+Green+Blue) = 132+168+191=491 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.88% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 191 - color contains mainly: blue. Hex color #84A8BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A8BF is #7B5740. Grayscale: #9F9F9F. Windows color (decimal): -8083265 or 12560516. OLE color: 12560516.

HSL color Cylindrical-coordinate representation of color #84A8BF: hue angle of 203.39º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84A8BF is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB132168191-
CMYK0.310.1200.25
HSL203.39º31.55%63.33%-
HSV(B)203.39º30.89%74.9%-
XYZ32.9236.6754.63-
YUV159.86145.57108.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.88%
GREEN value IS 168 (66.02% from 255) = 34.22%
BLUE value IS 191 (75% from 255) = 38.90%
R=26.88%
G=34.22%
B=38.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321681910.310.1200.25203.3931.5563.33
Hex84A8BF1FC019cb203f
Octal20425027737140313134077
Binary10000100101010001011111111111110001100111001011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,168,191); }

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

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

 a { background-color: rgb(132,168,191); }

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

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

 span { border-color: rgb(132,168,191); }

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