Html Css Color HEX #86ADBE Nepal

📋 copy color: '#86ADBE'

red 134 ◦ green 173 ◦ blue 190

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

Shades of Nepal #86ADBE

Tints of Nepal #86ADBE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.81%

 BLUE value IS 190 (74.61% from 255) = 38.23%

R = 26.96%
G = 34.81%
B = 38.23%

CMYK

 C value IS 0.29

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#86ADBE (or 0x86ADBE) is known color: Nepal. HEX triplet: 86, AD and BE. RGB value is (134,173,190). Sum of RGB (Red+Green+Blue) = 134+173+190=497 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.96% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 190 - color contains mainly: blue. Hex color #86ADBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ADBE is #795241. Grayscale: #A3A3A3. Windows color (decimal): -7950914 or 12496262. OLE color: 12496262.

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

Color convert

RGB 134 173 190 -
CMYK 0.29 0.09 0 0.25
HSL 198.21º 0.3% 0.64% -
HSV(B) 198.21º 0.29% 0.75% -
XYZ 34.07 38.67 54.38 -
YUV 163.28 143.08 107.12 -
System Red Green Blue C M Y K H S L
Decimal 134 173 190 0.29 0.09 0 0.25 198.21 0.3 0.64
Hex 86 AD BE 1D 9 0 19 C6 1E 40
Octal 206 255 276 35 11 0 31 306 36 100
Binary 10000110 10101101 10111110 11101 1001 0 11001 11000110 11110 1000000

Color Harmonies of #86ADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86ADBE

Black with #86ADBE

Text Example


Text Example

White with #86ADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,173,190); }

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

background-color css

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

 a { background-color: rgb(134,173,190); }

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

border-color css

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

 span { border-color: rgb(134,173,190); }

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