Html Css Color HEX #84A5BA Nepal

📋 copy color: '#84A5BA'

red 132 ◦ green 165 ◦ blue 186

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

Shades of Nepal #84A5BA

Tints of Nepal #84A5BA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.16%

 BLUE value IS 186 (73.05% from 255) = 38.51%

R = 27.33%
G = 34.16%
B = 38.51%

CMYK

 C value IS 0.29

 M value IS 0.11

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#84A5BA (or 0x84A5BA) is known color: Nepal. HEX triplet: 84, A5 and BA. RGB value is (132,165,186). Sum of RGB (Red+Green+Blue) = 132+165+186=483 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.33% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: blue. Hex color #84A5BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A5BA is #7B5A45. Grayscale: #9D9D9D. Windows color (decimal): -8084038 or 12232068. OLE color: 12232068.

HSL color Cylindrical-coordinate representation of color #84A5BA: hue angle of 203.33º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84A5BA is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 132 165 186 -
CMYK 0.29 0.11 0 0.27
HSL 203.33º 0.28% 0.62% -
HSV(B) 203.33º 0.29% 0.73% -
XYZ 31.83 35.36 51.6 -
YUV 157.53 144.07 109.79 -
System Red Green Blue C M Y K H S L
Decimal 132 165 186 0.29 0.11 0 0.27 203.33 0.28 0.62
Hex 84 A5 BA 1D B 0 1B CB 1C 3E
Octal 204 245 272 35 13 0 33 313 34 76
Binary 10000100 10100101 10111010 11101 1011 0 11011 11001011 11100 111110

Color Harmonies of #84A5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A5BA

Black with #84A5BA

Text Example


Text Example

White with #84A5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,165,186); }

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

background-color css

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

 a { background-color: rgb(132,165,186); }

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

border-color css

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

 span { border-color: rgb(132,165,186); }

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