#84ABBF

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

Shades of Nepal #84ABBF

Tints of Nepal #84ABBF

Color information

#84ABBF (or 0x84ABBF) is unknown color: approx Nepal. HEX triplet: 84, AB and BF. RGB value is (132,171,191). Sum of RGB (Red+Green+Blue) = 132+171+191=494 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.72% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 191 - color contains mainly: blue. Hex color #84ABBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ABBF is #7B5440. Grayscale: #A1A1A1. Windows color (decimal): -8082497 or 12561284. OLE color: 12561284.

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

Color convert

RGB132171191-
CMYK0.310.1000.25
HSL200.34º31.55%63.33%-
HSV(B)200.34º30.89%74.9%-
XYZ33.4837.7954.82-
YUV161.62144.58106.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.72%
GREEN value IS 171 (67.19% from 255) = 34.62%
BLUE value IS 191 (75% from 255) = 38.66%
R=26.72%
G=34.62%
B=38.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321711910.310.1000.25200.3431.5563.33
Hex84ABBF1FA019c8203f
Octal20425327737120313104077
Binary10000100101010111011111111111101001100111001000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84ABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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