Html Css Color HEX #84AAC2 Nepal

📋 copy color: '#84AAC2'

red 132 ◦ green 170 ◦ blue 194

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

Shades of Nepal #84AAC2

Tints of Nepal #84AAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.11%

R = 26.61%
G = 34.27%
B = 39.11%

CMYK

 C value IS 0.32

 M value IS 0.12

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#84AAC2 (or 0x84AAC2) is known color: Nepal. HEX triplet: 84, AA and C2. RGB value is (132,170,194). Sum of RGB (Red+Green+Blue) = 132+170+194=496 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.61% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 194 (76.17% from 255 or 39.11% from 496); Max value from RGB is 194 - color contains mainly: blue. Hex color #84AAC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AAC2 is #7B553D. Grayscale: #A1A1A1. Windows color (decimal): -8082750 or 12757636. OLE color: 12757636.

HSL color Cylindrical-coordinate representation of color #84AAC2: hue angle of 203.23º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #84AAC2 is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 132 170 194 -
CMYK 0.32 0.12 0 0.24
HSL 203.23º 0.34% 0.64% -
HSV(B) 203.23º 0.32% 0.76% -
XYZ 33.63 37.55 56.51 -
YUV 161.37 146.41 107.05 -
System Red Green Blue C M Y K H S L
Decimal 132 170 194 0.32 0.12 0 0.24 203.23 0.34 0.64
Hex 84 AA C2 20 C 0 18 CB 22 40
Octal 204 252 302 40 14 0 30 313 42 100
Binary 10000100 10101010 11000010 100000 1100 0 11000 11001011 100010 1000000

Color Harmonies of #84AAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AAC2

Black with #84AAC2

Text Example


Text Example

White with #84AAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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