Html Css Color HEX #86DCA5 Vista Blue

📋 copy color: '#86DCA5'

red 134 ◦ green 220 ◦ blue 165

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

Shades of Vista Blue #86DCA5

Tints of Vista Blue #86DCA5

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.39%

 BLUE value IS 165 (64.84% from 255) = 31.79%

R = 25.82%
G = 42.39%
B = 31.79%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#86DCA5 (or 0x86DCA5) is known color: Vista Blue. HEX triplet: 86, DC and A5. RGB value is (134,220,165). Sum of RGB (Red+Green+Blue) = 134+220+165=519 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.82% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 165 (64.84% from 255 or 31.79% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #86DCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DCA5 is #79235A. Grayscale: #BCBCBC. Windows color (decimal): -7938907 or 10869894. OLE color: 10869894.

HSL color Cylindrical-coordinate representation of color #86DCA5: hue angle of 141.63º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86DCA5 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 134 220 165 -
CMYK 0.39 0 0.25 0.14
HSL 141.63º 0.55% 0.69% -
HSV(B) 141.63º 0.39% 0.86% -
XYZ 42.22 58.97 44.75 -
YUV 188.02 115.01 89.47 -
System Red Green Blue C M Y K H S L
Decimal 134 220 165 0.39 0 0.25 0.14 141.63 0.55 0.69
Hex 86 DC A5 27 0 19 E 8E 37 45
Octal 206 334 245 47 0 31 16 216 67 105
Binary 10000110 11011100 10100101 100111 0 11001 1110 10001110 110111 1000101

Color Harmonies of #86DCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DCA5

Black with #86DCA5

Text Example


Text Example

White with #86DCA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,220,165); }

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

background-color css

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

 a { background-color: rgb(134,220,165); }

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

border-color css

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

 span { border-color: rgb(134,220,165); }

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