Html Css Color HEX #84AABC Nepal

📋 copy color: '#84AABC'

red 132 ◦ green 170 ◦ blue 188

#84AABC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nepal #84AABC

Tints of Nepal #84AABC

RGB

 RED value IS 132 (51.95% from 255) = 26.94%

 GREEN value IS 170 (66.8% from 255) = 34.69%

 BLUE value IS 188 (73.83% from 255) = 38.37%

R = 26.94%
G = 34.69%
B = 38.37%

CMYK

 C value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#84AABC (or 0x84AABC) is known color: Nepal. HEX triplet: 84, AA and BC. RGB value is (132,170,188). Sum of RGB (Red+Green+Blue) = 132+170+188=490 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.94% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 188 - color contains mainly: blue. Hex color #84AABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AABC is #7B5543. Grayscale: #A0A0A0. Windows color (decimal): -8082756 or 12364420. OLE color: 12364420.

HSL color Cylindrical-coordinate representation of color #84AABC: hue angle of 199.29º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84AABC is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 170 188 -
CMYK 0.30 0.10 0 0.26
HSL 199.29º 0.29% 0.63% -
HSV(B) 199.29º 0.3% 0.74% -
XYZ 32.97 37.29 53.04 -
YUV 160.69 143.41 107.54 -
System Red Green Blue C M Y K H S L
Decimal 132 170 188 0.30 0.10 0 0.26 199.29 0.29 0.63
Hex 84 AA BC 1E A 0 1A C7 1D 3F
Octal 204 252 274 36 12 0 32 307 35 77
Binary 10000100 10101010 10111100 11110 1010 0 11010 11000111 11101 111111

Color Harmonies of #84AABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AABC

Black with #84AABC

Text Example


Text Example

White with #84AABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84AABC;
 }
 .AnyTagClassName
 {
   color: #84AABC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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