#86DBAC

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

Shades of Vista Blue #86DBAC

Tints of Vista Blue #86DBAC

Color information

#86DBAC (or 0x86DBAC) is unknown color: approx Vista Blue. HEX triplet: 86, DB and AC. RGB value is (134,219,172). Sum of RGB (Red+Green+Blue) = 134+219+172=525 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.52% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 219 - color contains mainly: green. Hex color #86DBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DBAC is #792453. Grayscale: #BCBCBC. Windows color (decimal): -7939156 or 11328390. OLE color: 11328390.

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

Color convert

RGB134219172-
CMYK0.3900.210.14
HSL146.82º54.14%69.22%-
HSV(B)146.82º38.81%85.88%-
XYZ42.6158.7148.12-
YUV188.23118.8489.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.52%
GREEN value IS 219 (85.94% from 255) = 41.71%
BLUE value IS 172 (67.58% from 255) = 32.76%
R=25.52%
G=41.71%
B=32.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1342191720.3900.210.14146.8254.1469.22
Hex86DBAC27015E933645
Octal206333254470251622366105
Binary1000011011011011101011001001110101011110100100111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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