#86CDAD

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

Shades of Vista Blue #86CDAD

Tints of Vista Blue #86CDAD

Color information

#86CDAD (or 0x86CDAD) is unknown color: approx Vista Blue. HEX triplet: 86, CD and AD. RGB value is (134,205,173). Sum of RGB (Red+Green+Blue) = 134+205+173=512 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.17% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 205 - color contains mainly: green. Hex color #86CDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CDAD is #793252. Grayscale: #B4B4B4. Windows color (decimal): -7942739 or 11390342. OLE color: 11390342.

HSL color Cylindrical-coordinate representation of color #86CDAD: hue angle of 152.96º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86CDAD is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB134205173-
CMYK0.3500.160.20
HSL152.96º41.52%66.47%-
HSV(B)152.96º34.63%80.39%-
XYZ39.2151.7547.46-
YUV180.12123.9895.1-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.17%
GREEN value IS 205 (80.47% from 255) = 40.04%
BLUE value IS 173 (67.97% from 255) = 33.79%
R=26.17%
G=40.04%
B=33.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1342051730.3500.160.20152.9641.5266.47
Hex86CDAD2301014992a42
Octal206315255430202423152102
Binary10000110110011011010110110001101000010100100110011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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