#86DBA2

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

Shades of Vista Blue #86DBA2

Tints of Vista Blue #86DBA2

Color information

#86DBA2 (or 0x86DBA2) is unknown color: approx Vista Blue. HEX triplet: 86, DB and A2. RGB value is (134,219,162). Sum of RGB (Red+Green+Blue) = 134+219+162=515 (68% of max value = 765). Red value is 134 (52.73% from 255 or 26.02% from 515); Green value is 219 (85.94% from 255 or 42.52% from 515); Blue value is 162 (63.67% from 255 or 31.46% from 515); Max value from RGB is 219 - color contains mainly: green. Hex color #86DBA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DBA2 is #79245D. Grayscale: #BBBBBB. Windows color (decimal): -7939166 or 10673030. OLE color: 10673030.

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

Color convert

RGB134219162-
CMYK0.3900.260.14
HSL139.76º54.14%69.22%-
HSV(B)139.76º38.81%85.88%-
XYZ41.6858.3443.25-
YUV187.09113.8490.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.02%
GREEN value IS 219 (85.94% from 255) = 42.52%
BLUE value IS 162 (63.67% from 255) = 31.46%
R=26.02%
G=42.52%
B=31.46%

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
Decimal1342191620.3900.260.14139.7654.1469.22
Hex86DBA22701AE8c3645
Octal206333242470321621466105
Binary1000011011011011101000101001110110101110100011001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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