Html Css Color HEX #84ABBF Nepal

📋 copy color: '#84ABBF'

red 132 ◦ green 171 ◦ blue 191

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

Shades of Nepal #84ABBF

Tints of Nepal #84ABBF

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 value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#84ABBF (or 0x84ABBF) is known color: 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

RGB 132 171 191 -
CMYK 0.31 0.10 0 0.25
HSL 200.34º 0.32% 0.63% -
HSV(B) 200.34º 0.31% 0.75% -
XYZ 33.48 37.79 54.82 -
YUV 161.62 144.58 106.87 -
System Red Green Blue C M Y K H S L
Decimal 132 171 191 0.31 0.10 0 0.25 200.34 0.32 0.63
Hex 84 AB BF 1F A 0 19 C8 20 3F
Octal 204 253 277 37 12 0 31 310 40 77
Binary 10000100 10101011 10111111 11111 1010 0 11001 11001000 100000 111111

Color Harmonies of #84ABBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84ABBF

Black with #84ABBF

Text Example


Text Example

White with #84ABBF

Text Example


Text Example

HTML Codes & Css Web 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>