#86DDA5

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

Shades of Vista Blue #86DDA5

Tints of Vista Blue #86DDA5

Color information

#86DDA5 (or 0x86DDA5) is unknown color: approx Vista Blue. HEX triplet: 86, DD and A5. RGB value is (134,221,165). Sum of RGB (Red+Green+Blue) = 134+221+165=520 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.77% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 165 (64.84% from 255 or 31.73% from 520); Max value from RGB is 221 - color contains mainly: green. Hex color #86DDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DDA5 is #79225A. Grayscale: #BCBCBC. Windows color (decimal): -7938651 or 10870150. OLE color: 10870150.

HSL color Cylindrical-coordinate representation of color #86DDA5: hue angle of 141.38º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86DDA5 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB134221165-
CMYK0.3900.250.13
HSL141.38º56.13%69.61%-
HSV(B)141.38º39.37%86.67%-
XYZ42.4859.544.84-
YUV188.6114.6889.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.77%
GREEN value IS 221 (86.72% from 255) = 42.5%
BLUE value IS 165 (64.84% from 255) = 31.73%
R=25.77%
G=42.5%
B=31.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1342211650.3900.250.13141.3856.1369.61
Hex86DDA527019D8d3846
Octal206335245470311521570106
Binary1000011011011101101001011001110110011101100011011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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