Html Css Color HEX #86D6AD Vista Blue

📋 copy color: '#86D6AD'

red 134 ◦ green 214 ◦ blue 173

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

Shades of Vista Blue #86D6AD

Tints of Vista Blue #86D6AD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.07%

 BLUE value IS 173 (67.97% from 255) = 33.21%

R = 25.72%
G = 41.07%
B = 33.21%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#86D6AD (or 0x86D6AD) is known color: Vista Blue. HEX triplet: 86, D6 and AD. RGB value is (134,214,173). Sum of RGB (Red+Green+Blue) = 134+214+173=521 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.72% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 214 - color contains mainly: green. Hex color #86D6AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D6AD is #792952. Grayscale: #B9B9B9. Windows color (decimal): -7940435 or 11392646. OLE color: 11392646.

HSL color Cylindrical-coordinate representation of color #86D6AD: hue angle of 149.25º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86D6AD is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 134 214 173 -
CMYK 0.37 0 0.19 0.16
HSL 149.25º 0.49% 0.68% -
HSV(B) 149.25º 0.37% 0.84% -
XYZ 41.42 56.18 48.2 -
YUV 185.41 121 91.33 -
System Red Green Blue C M Y K H S L
Decimal 134 214 173 0.37 0 0.19 0.16 149.25 0.49 0.68
Hex 86 D6 AD 25 0 13 10 95 31 44
Octal 206 326 255 45 0 23 20 225 61 104
Binary 10000110 11010110 10101101 100101 0 10011 10000 10010101 110001 1000100

Color Harmonies of #86D6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D6AD

Black with #86D6AD

Text Example


Text Example

White with #86D6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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