Html Css Color HEX #86ABBF Nepal

📋 copy color: '#86ABBF'

red 134 ◦ green 171 ◦ blue 191

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

Shades of Nepal #86ABBF

Tints of Nepal #86ABBF

RGB

 RED value IS 134 (52.73% from 255) = 27.02%

 GREEN value IS 171 (67.19% from 255) = 34.48%

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

R = 27.02%
G = 34.48%
B = 38.51%

CMYK

 C value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#86ABBF (or 0x86ABBF) is known color: Nepal. HEX triplet: 86, AB and BF. RGB value is (134,171,191). Sum of RGB (Red+Green+Blue) = 134+171+191=496 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.02% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 191 (75% from 255 or 38.51% from 496); Max value from RGB is 191 - color contains mainly: blue. Hex color #86ABBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ABBF is #795440. Grayscale: #A2A2A2. Windows color (decimal): -7951425 or 12561286. OLE color: 12561286.

HSL color Cylindrical-coordinate representation of color #86ABBF: hue angle of 201.05º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #86ABBF is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 134 171 191 -
CMYK 0.30 0.10 0 0.25
HSL 201.05º 0.31% 0.64% -
HSV(B) 201.05º 0.3% 0.75% -
XYZ 33.8 37.96 54.84 -
YUV 162.22 144.24 107.87 -
System Red Green Blue C M Y K H S L
Decimal 134 171 191 0.30 0.10 0 0.25 201.05 0.31 0.64
Hex 86 AB BF 1E A 0 19 C9 1F 40
Octal 206 253 277 36 12 0 31 311 37 100
Binary 10000110 10101011 10111111 11110 1010 0 11001 11001001 11111 1000000

Color Harmonies of #86ABBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86ABBF

Black with #86ABBF

Text Example


Text Example

White with #86ABBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86ABBF; }

 p { color: rgb(134,171,191); }

 H1.HeaderClassName
 {
   color: #86ABBF;
 }
 .AnyTagClassName
 {
   color: #86ABBF;
 }
</style>

background-color css

<style>
 a { background-color: #86ABBF; }

 a { background-color: rgb(134,171,191); }

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

border-color css

<style>
 span { border-color: #86ABBF; }

 span { border-color: rgb(134,171,191); }

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