Html Css Color HEX #86D7AD Vista Blue

📋 copy color: '#86D7AD'

red 134 ◦ green 215 ◦ blue 173

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

Shades of Vista Blue #86D7AD

Tints of Vista Blue #86D7AD

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.19%

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

R = 25.67%
G = 41.19%
B = 33.14%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#86D7AD (or 0x86D7AD) is known color: Vista Blue. HEX triplet: 86, D7 and AD. RGB value is (134,215,173). Sum of RGB (Red+Green+Blue) = 134+215+173=522 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.67% from 522); Green value is 215 (84.38% from 255 or 41.19% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 215 - color contains mainly: green. Hex color #86D7AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D7AD is #792852. Grayscale: #BABABA. Windows color (decimal): -7940179 or 11392902. OLE color: 11392902.

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

Color convert

RGB 134 215 173 -
CMYK 0.38 0 0.20 0.16
HSL 148.89º 0.5% 0.68% -
HSV(B) 148.89º 0.38% 0.84% -
XYZ 41.67 56.69 48.28 -
YUV 185.99 120.66 90.92 -
System Red Green Blue C M Y K H S L
Decimal 134 215 173 0.38 0 0.20 0.16 148.89 0.5 0.68
Hex 86 D7 AD 26 0 14 10 95 32 44
Octal 206 327 255 46 0 24 20 225 62 104
Binary 10000110 11010111 10101101 100110 0 10100 10000 10010101 110010 1000100

Color Harmonies of #86D7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D7AD

Black with #86D7AD

Text Example


Text Example

White with #86D7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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