#86DCA2

Color #86DCA2 Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #86DCA2

Tints of Vista Blue #86DCA2

Color information

#86DCA2 (or 0x86DCA2) is unknown color: approx Vista Blue. HEX triplet: 86, DC and A2. RGB value is (134,220,162). Sum of RGB (Red+Green+Blue) = 134+220+162=516 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.97% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 162 (63.67% from 255 or 31.40% from 516); Max value from RGB is 220 - color contains mainly: green. Hex color #86DCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DCA2 is #79235D. Grayscale: #BBBBBB. Windows color (decimal): -7938910 or 10673286. OLE color: 10673286.

HSL color Cylindrical-coordinate representation of color #86DCA2: hue angle of 139.53º 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 #86DCA2 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB134220162-
CMYK0.3900.260.14
HSL139.53º55.13%69.41%-
HSV(B)139.53º39.09%86.27%-
XYZ41.9558.8643.33-
YUV187.67113.5189.72-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.97%
GREEN value IS 220 (86.33% from 255) = 42.64%
BLUE value IS 162 (63.67% from 255) = 31.40%
R=25.97%
G=42.64%
B=31.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1342201620.3900.260.14139.5355.1369.41
Hex86DCA22701AE8c3745
Octal206334242470321621467105
Binary1000011011011100101000101001110110101110100011001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #86DCA2;
 }
 .AnyTagClassName
 {
   color: #86DCA2;
 }
</style>
background-color css

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

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

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

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

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

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