Html Css Color HEX #86ABBC Nepal

📋 copy color: '#86ABBC'

red 134 ◦ green 171 ◦ blue 188

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

Shades of Nepal #86ABBC

Tints of Nepal #86ABBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.13%

R = 27.18%
G = 34.69%
B = 38.13%

CMYK

 C value IS 0.29

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#86ABBC (or 0x86ABBC) is known color: Nepal. HEX triplet: 86, AB and BC. RGB value is (134,171,188). Sum of RGB (Red+Green+Blue) = 134+171+188=493 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.18% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 188 - color contains mainly: blue. Hex color #86ABBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ABBC is #795443. Grayscale: #A1A1A1. Windows color (decimal): -7951428 or 12364678. OLE color: 12364678.

HSL color Cylindrical-coordinate representation of color #86ABBC: hue angle of 198.89º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86ABBC is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 134 171 188 -
CMYK 0.29 0.09 0 0.26
HSL 198.89º 0.29% 0.63% -
HSV(B) 198.89º 0.29% 0.74% -
XYZ 33.47 37.82 53.11 -
YUV 161.88 142.74 108.12 -
System Red Green Blue C M Y K H S L
Decimal 134 171 188 0.29 0.09 0 0.26 198.89 0.29 0.63
Hex 86 AB BC 1D 9 0 1A C7 1D 3F
Octal 206 253 274 35 11 0 32 307 35 77
Binary 10000110 10101011 10111100 11101 1001 0 11010 11000111 11101 111111

Color Harmonies of #86ABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86ABBC

Black with #86ABBC

Text Example


Text Example

White with #86ABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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