#86CDA9

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

Shades of Vista Blue #86CDA9

Tints of Vista Blue #86CDA9

Color information

#86CDA9 (or 0x86CDA9) is unknown color: approx Vista Blue. HEX triplet: 86, CD and A9. RGB value is (134,205,169). Sum of RGB (Red+Green+Blue) = 134+205+169=508 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.38% from 508); Green value is 205 (80.47% from 255 or 40.35% from 508); Blue value is 169 (66.41% from 255 or 33.27% from 508); Max value from RGB is 205 - color contains mainly: green. Hex color #86CDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CDA9 is #793256. Grayscale: #B3B3B3. Windows color (decimal): -7942743 or 11128198. OLE color: 11128198.

HSL color Cylindrical-coordinate representation of color #86CDA9: hue angle of 149.58º 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 #86CDA9 is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB134205169-
CMYK0.3500.180.20
HSL149.58º41.52%66.47%-
HSV(B)149.58º34.63%80.39%-
XYZ38.8251.645.45-
YUV179.67121.9895.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.38%
GREEN value IS 205 (80.47% from 255) = 40.35%
BLUE value IS 169 (66.41% from 255) = 33.27%
R=26.38%
G=40.35%
B=33.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1342051690.3500.180.20149.5841.5266.47
Hex86CDA92301214962a42
Octal206315251430222422652102
Binary10000110110011011010100110001101001010100100101101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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