#86DDAD

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

Shades of Vista Blue #86DDAD

Tints of Vista Blue #86DDAD

Color information

#86DDAD (or 0x86DDAD) is unknown color: approx Vista Blue. HEX triplet: 86, DD and AD. RGB value is (134,221,173). Sum of RGB (Red+Green+Blue) = 134+221+173=528 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.38% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 173 (67.97% from 255 or 32.77% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #86DDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DDAD is #792252. Grayscale: #BDBDBD. Windows color (decimal): -7938643 or 11394438. OLE color: 11394438.

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

Color convert

RGB134221173-
CMYK0.3900.220.13
HSL146.9º56.13%69.61%-
HSV(B)146.9º39.37%86.67%-
XYZ43.2359.848.8-
YUV189.52118.6888.4-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.38%
GREEN value IS 221 (86.72% from 255) = 41.86%
BLUE value IS 173 (67.97% from 255) = 32.77%
R=25.38%
G=41.86%
B=32.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1342211730.3900.220.13146.956.1369.61
Hex86DDAD27016D933846
Octal206335255470261522370106
Binary1000011011011101101011011001110101101101100100111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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