Html Css Color HEX #84A9BF Nepal

📋 copy color: '#84A9BF'

red 132 ◦ green 169 ◦ blue 191

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

Shades of Nepal #84A9BF

Tints of Nepal #84A9BF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.35%

 BLUE value IS 191 (75% from 255) = 38.82%

R = 26.83%
G = 34.35%
B = 38.82%

CMYK

 C value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#84A9BF (or 0x84A9BF) is known color: Nepal. HEX triplet: 84, A9 and BF. RGB value is (132,169,191). Sum of RGB (Red+Green+Blue) = 132+169+191=492 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.83% from 492); Green value is 169 (66.41% from 255 or 34.35% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 191 - color contains mainly: blue. Hex color #84A9BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A9BF is #7B5640. Grayscale: #A0A0A0. Windows color (decimal): -8083009 or 12560772. OLE color: 12560772.

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

Color convert

RGB 132 169 191 -
CMYK 0.31 0.12 0 0.25
HSL 202.37º 0.32% 0.63% -
HSV(B) 202.37º 0.31% 0.75% -
XYZ 33.11 37.04 54.7 -
YUV 160.45 145.24 107.71 -
System Red Green Blue C M Y K H S L
Decimal 132 169 191 0.31 0.12 0 0.25 202.37 0.32 0.63
Hex 84 A9 BF 1F C 0 19 CA 20 3F
Octal 204 251 277 37 14 0 31 312 40 77
Binary 10000100 10101001 10111111 11111 1100 0 11001 11001010 100000 111111

Color Harmonies of #84A9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A9BF

Black with #84A9BF

Text Example


Text Example

White with #84A9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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